Skip to content

Commit

Permalink
fix: have canary release at 0.0.0-sha (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcontracts authored Aug 10, 2021
1 parent cb0b698 commit 339d4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
registry-url: "https://registry.npmjs.org"
- run: yarn
- run: yarn build
- run: yarn version --prerelease --preid=canary --no-git-tag-version
- run: yarn version --new-version "0.0.0-${GITHUB_SHA::8}" --no-git-tag-version
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 339d4ea

Please sign in to comment.