Skip to content

Commit ea91089

Browse files
authored
Merge pull request #43 from Giorgiosaud/test/deployment-flow
fix: pipelines
2 parents b096c61 + 42776c1 commit ea91089

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595
pnpm publish --no-git-checks
9696
env:
9797
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.
98100
# push-to-github-registry:
99101
# name: Publish to Github Registry
100102
# runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@giorgiosaud/github-automation",
3-
"version": "3.1.1",
3+
"version": "3.1.6",
44
"description": "an automation tool for github",
55
"author": "Jorge Saud @Giorgiosaud",
66
"bin": {

0 commit comments

Comments
 (0)