Skip to content

Commit

Permalink
Merge pull request #2 from Q42Philips/feature/update-to-grpc-js
Browse files Browse the repository at this point in the history
ci: 🐛 Publish beta release on pre-release
  • Loading branch information
TheMerski authored Jul 27, 2023
2 parents b5137a6 + 24e7404 commit 3d065ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
run: npm version ${{ github.event.release.tag_name }}-beta --allow-same-version true --git-tag-version false

- name: publish beta
if: github.event.release.prerelease == false
run: npm publish
if: github.event.release.prerelease == true
run: npm publish --tag beta
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 3d065ee

Please sign in to comment.