We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381b731 commit e07f29cCopy full SHA for e07f29c
1 file changed
.github/workflows/push.yml
@@ -12,7 +12,6 @@ jobs:
12
contents: write
13
steps:
14
- uses: actions/checkout@v3
15
- - run: npm install -g npm@latest
16
- - uses: tobua/release-npm-action@v2
+ - uses: tobua/release-npm-action@v3
17
with:
18
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments