Skip to content

Commit

Permalink
fix checkout
Browse files Browse the repository at this point in the history
Signed-off-by: aabidsofi19 <[email protected]>
  • Loading branch information
aabidsofi19 committed Jul 3, 2024
1 parent 2c5819e commit 5fd0d94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@master
with:
token: ${{secrets.GH_TOKEN}}
ref: "master"

- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 5fd0d94

Please sign in to comment.