Skip to content

Commit

Permalink
Merge pull request #92 from aabidsofi19/master
Browse files Browse the repository at this point in the history
fix checkout
  • Loading branch information
aabidsofi19 authored Jul 3, 2024
2 parents 5d552f3 + 5fd0d94 commit b0320ca
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 b0320ca

Please sign in to comment.