Skip to content

Commit

Permalink
Update Publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
osyrisrblx authored Sep 2, 2024
1 parent 0191a9c commit 7886cd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4
with:
token: ${{ secrets.pat }}

- name: Install NPM Dependencies
uses: bahmutov/npm-install@v1.7.4
uses: bahmutov/npm-install@v1

- name: Publish
run: |
Expand Down

0 comments on commit 7886cd2

Please sign in to comment.