Skip to content

Commit

Permalink
Update beta workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Goerentz <m.goerentz@t-online.de>
  • Loading branch information
marcelGoerentz committed Dec 30, 2024
1 parent 8e4cb03 commit e4bb6e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Update repo variable
run: |
bash ${GITHUB_WORKSPACE}/Utility/update_build_number_variable.sh ${{ secrets.API_TOKEN }} ${{ github.repository }} ${{ env.new_version }}
bash ${GITHUB_WORKSPACE}/Utility/update_build_number_variable.sh ${{ secrets.API_TOKEN }} ${{ github.repository }} ${{ env.NEW_VERSION }}
- name: Set up and Build
uses: actions/setup-go@v5
Expand All @@ -43,8 +43,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
name: v${{ env.new_version }} (Beta)
tag_name: v${{ env.new_version }}-beta
name: v${{ env.NEW_VERSION }} (Beta)
tag_name: v${{ env.NEW_VERSION }}-beta
files: dist/*

buildDockerImages:
Expand Down

0 comments on commit e4bb6e4

Please sign in to comment.