Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
Waseem6409 committed Sep 30, 2024
1 parent 44df4e4 commit 5d69417
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/version_change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master

permissions:
permissions:
contents: write

jobs:
Expand Down Expand Up @@ -62,10 +62,10 @@ jobs:
- name: Commit changes (if version updated)
if: steps.check-version.outputs.needs_update == 'true'
run: |
git push origin main
git push origin master
- name: Install dependencies
run: yarn
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 5d69417

Please sign in to comment.