We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b096c61 + 42776c1 commit ea91089Copy full SHA for ea91089
.github/workflows/publish.yml
@@ -95,6 +95,8 @@ jobs:
95
pnpm publish --no-git-checks
96
env:
97
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
98
+ - name: Commit Changes to version
99
+ uses: EndBug/add-and-commit@v9 # You can change this to use a specific version.
100
# push-to-github-registry:
101
# name: Publish to Github Registry
102
# runs-on: ubuntu-latest
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@giorgiosaud/github-automation",
3
- "version": "3.1.1",
+ "version": "3.1.6",
4
"description": "an automation tool for github",
5
"author": "Jorge Saud @Giorgiosaud",
6
"bin": {
0 commit comments