Skip to content

Commit

Permalink
fix: Properly propogate VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
mbevc1 committed Sep 16, 2024
1 parent 161075e commit 033d181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# Runs a set of commands using the runners shell
- name: Make package
env:
VERSION: ${{ env.VERSION }}
VERSION: ${{ github.event.inputs.version || env.VERSION }}
run: |
echo "Building ${{ github.event.inputs.version || env.VERSION }}-${{ github.event.inputs.buildNumber }}"
#exit 1
Expand Down

0 comments on commit 033d181

Please sign in to comment.