Skip to content

Commit

Permalink
fix build script name
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Apr 19, 2023
1 parent d786413 commit fbaaed7
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 @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-node@master
with:
node-version: "12.22.7"
- run: npm run prerelease
- run: npm run preversion
npm-release:
#only run this task if a tag starting with 'v' was used to trigger this (i.e. a tagged release)
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit fbaaed7

Please sign in to comment.