We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c1e77 commit 386066fCopy full SHA for 386066f
.github/workflows/release.yaml
@@ -23,6 +23,7 @@ jobs:
23
run: |
24
git config --global user.name "GitHub Actions"
25
git config --global user.email "[email protected]"
26
+ - run: git diff HEAD
27
- run: npm version patch -m "Bump version to %s [skip ci]"
28
env:
29
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments