Skip to content

Commit

Permalink
feat: adding commit to version
Browse files Browse the repository at this point in the history
  • Loading branch information
rflechtner committed Jun 25, 2020
1 parent a34ed45 commit beb2b62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/devpackpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
registry-url: https://npm.pkg.github.com
- run: yarn install --frozen-lockfile
- run: yarn build
- run: npm publish
- run: yarn version --no-git-tag-version --prerelease --preid $(git rev-parse --short HEAD)
- run: npm publish --tag dev
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit beb2b62

Please sign in to comment.