Skip to content

Commit

Permalink
Merge pull request #140 from modos189/fix/actions-release
Browse files Browse the repository at this point in the history
Fixes for the release version build
  • Loading branch information
modos189 authored Jun 1, 2024
2 parents 689392b + b62bf8a commit f5f828c
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 f5f828c

Please sign in to comment.