Skip to content

Commit

Permalink
Fixes for the release version build
Browse files Browse the repository at this point in the history
  • Loading branch information
modos189 committed Jun 1, 2024
1 parent fba735a commit b62bf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: npm run lint

- name: Set BETA environment variable
if: github.ref != 'refs/tags/v*'
if: startsWith(github.ref, 'refs/tags/v') != true
run: echo "BETA=true" >> $GITHUB_ENV

- name: Build
Expand Down

0 comments on commit b62bf8a

Please sign in to comment.