Skip to content

Commit

Permalink
parse version from env bettter
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Nov 12, 2024
1 parent 06ec441 commit 1182e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if [ "${{ github.event_name }}" = "workflow_dispatch" ]; then
echo "VERSION=${{ github.event.inputs.version }}" >> $GITHUB_OUTPUT
else
echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
echo "VERSION=${GITHUB_REF#refs/tags}" >> $GITHUB_OUTPUT
fi
- name: Checkout homebrew-tap
Expand Down

0 comments on commit 1182e74

Please sign in to comment.