Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed May 17, 2024
1 parent 3c5d3d2 commit 86a904a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
token: ${{ secrets.PAT_TOKEN }}
- name: Post bumpr status comment
uses: haya14busa/action-bumpr@v1

Expand Down Expand Up @@ -47,4 +50,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Post bumpr status comment
uses: haya14busa/action-bumpr@v1
uses: haya14busa/action-bumpr@v1

0 comments on commit 86a904a

Please sign in to comment.