Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRP committed Sep 25, 2024
1 parent d9898af commit d015860
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 @@ -53,7 +53,7 @@ jobs:
fi
- name: Set default version if no tag
if: github.ref != 'refs/tags/*'
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
run: |
echo "MAJOR_VERSION=0" >> $GITHUB_ENV
echo "MINOR_VERSION=0" >> $GITHUB_ENV
Expand Down

0 comments on commit d015860

Please sign in to comment.