Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Fix patching version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliaksandr-Kasko-JazzTeam committed Feb 29, 2024
1 parent b1395db commit be797d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,12 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}}
- name: Push updated version
run: |
npm version patch
git config --global user.name "github_ci"
git config --global user.email "[email protected]"
npm version patch
git add git add package*.json
git commit -m "Version up [skip ci]"
git push
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gcr-jobs",
"version": "1.2.4",
"version": "1.2.5",
"description": "Helper for usage Google Cloud Run Jobs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit be797d5

Please sign in to comment.