Skip to content

Commit

Permalink
Perform checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Oct 7, 2024
1 parent 85441aa commit baaf7e8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/npm_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ jobs:
name: Change tags
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0

- uses: actions/setup-node@v4
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'

- name: Change tags
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
Expand Down

0 comments on commit baaf7e8

Please sign in to comment.