Skip to content

Commit

Permalink
fix pipeline publish-npm node ver
Browse files Browse the repository at this point in the history
  • Loading branch information
paullobofynd committed Oct 4, 2024
1 parent 7d6dfa4 commit 7aa145f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,17 @@ jobs:
- name: Publish Package
run: npm publish

- name: Set Remote URL
run: |
git remote set-url origin https://github.com/gofynd/nitrozen-vue
- name: Stage changes
run: git add .

- name: Sync changes
run: git pull


- name: Commit changes
run: |
git add package.json
Expand Down

0 comments on commit 7aa145f

Please sign in to comment.