Skip to content

Commit

Permalink
fix: change TAG setup
Browse files Browse the repository at this point in the history
  • Loading branch information
MelchiorKokernoot committed Dec 20, 2024
1 parent c53a820 commit 08eb78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set TAG and VERSION
id: vars
run: |
TAG="${{ inputs.bundle }}_$(date +%F)_${{ github.run_number }}"
TAG="${{ inputs.bundle || 'next' }}_$(date +%F)_${{ github.run_number }}"
echo "TAG=$TAG" >> $GITHUB_ENV
echo "VERSION=$TAG" >> $GITHUB_ENV
shell: bash
Expand Down

0 comments on commit 08eb78c

Please sign in to comment.