Skip to content

Commit

Permalink
Merge pull request #91 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 404a3db + 2c5819e commit 5d552f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@master
with:
token: ${{secrets.GH_TOKEN}}
ref: "master"

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

0 comments on commit 5d552f3

Please sign in to comment.