We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a503445 commit 61816d5Copy full SHA for 61816d5
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: peaceiris/workflows/[email protected]
30
- name: Create release
31
env:
32
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_PAT }}
33
run: |
34
CURRENT_TAG=$(git describe --tags --abbrev=0)
35
NEW_VERSION=$(npm_config_yes=true npx semver "${CURRENT_TAG}" --increment ${{ github.event.inputs.semver_type }})
0 commit comments