This commit is contained in:
2025-05-24 13:56:30 +02:00
parent 16bda45d3e
commit 8bd77f4151
2 changed files with 12 additions and 0 deletions

View File

@@ -15,6 +15,12 @@ jobs:
#if: gitea.ref == 'refs/heads/main'
steps:
- uses: https://github.com/actions/checkout@v4
- name: Set env
run: echo "RELEASE_VERSION=${gitea.ref_name#release/}" >> gitea.env
- name: Test
run: |
echo $RELEASE_VERSION
echo ${{ env.RELEASE_VERSION }}
#GITHUB_REF_NAME