Skip to content

Commit

Permalink
build: add release job with release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKopp committed Jan 30, 2024
1 parent 1d8a9b1 commit 442d8f2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: google-github-actions/release-please-action@v4
with:
# Use GitHub Actions secret with a Personal Access Token as all
# resources created by release-please (release tag or release pull
# request) will not trigger future GitHub actions workflows, and
# workflows normally triggered by release.created events will also
# not run when used with the default GITHUB_TOKEN.
token: ${{ secrets.Automation }}
with:
# Use GitHub Actions secret with a Personal Access Token as all
# resources created by release-please (release tag or release pull
# request) will not trigger future GitHub actions workflows, and
# workflows normally triggered by release.created events will also
# not run when used with the default GITHUB_TOKEN.
token: ${{ secrets.Automation }}

0 comments on commit 442d8f2

Please sign in to comment.