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 fe60d43 commit 3772ecbCopy full SHA for 3772ecb
.github/workflows/release.yaml
@@ -29,6 +29,7 @@ jobs:
29
run: |
30
git config user.name "${GITHUB_ACTOR}"
31
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
32
- - run: npx [email protected]
+ - name: semver release
33
+ run: npx [email protected]
34
env:
35
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
0 commit comments