Skip to content

Commit

Permalink
so close, stupid bash comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Nov 6, 2023
1 parent c0e95fa commit 53a5ccc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bump-formula.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
- name: Extract version
id: extract-version
run: |
echo ${{ github.event_name }}
if [[ ${{ github.event_name }} == "workflow_dispatch" ]]; then
if [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then
echo "tag-name=${{ inputs.tag-name }}" >> $GITHUB_OUTPUT
else
echo "tag-name=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 53a5ccc

Please sign in to comment.