Skip to content

Commit

Permalink
Update autoupdate.yml
Browse files Browse the repository at this point in the history
test
  • Loading branch information
siarheidudko authored Oct 30, 2024
1 parent 52602d4 commit 8d32e54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
@types/node
release:
runs-on: ubuntu-latest
permissions:
contents: write
timeout-minutes: 15
env:
NODE_VERSION: 22
Expand Down Expand Up @@ -81,7 +83,7 @@ jobs:
name: v${{ needs.update.outputs.version }}
body_path: ${{ github.workspace }}/README.md
repository: dudko-dev/protoobject
token: ${{ secrets.TOKEN_FOR_WORKFLOW }}
token: ${{ secrets.GITHUB_TOKEN }}
draft: false
prerelease: false
- name: Publish package to NPM
Expand Down

0 comments on commit 8d32e54

Please sign in to comment.