We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89da3b commit 625c8b7Copy full SHA for 625c8b7
.github/workflows/pre-release.yml
@@ -53,15 +53,13 @@ jobs:
53
run: |
54
npm --no-git-tag-version --ignore-scripts version ${RELEASE_VERSION}
55
npm publish --access=public --provenance --tag=next
56
- npm pack
57
58
- uses: oliversalzburg/action-automatic-semantic-releases@bc429dc1af8c036b5f8c11fef7bcb0becfd5064d # v0.0.13
59
with:
60
automatic_release_tag: next
61
body_prefix: |
62
Published at <https://www.npmjs.com/package/@oliversalzburg/js-utils/v/${{ env.RELEASE_VERSION }}>.
63
draft: false
64
- files: "*.tgz"
65
prerelease: true
66
repo_token: ${{ secrets.GITHUB_TOKEN }}
67
title: Snapshot Build v${{ env.RELEASE_VERSION }}
0 commit comments