Skip to content

Commit

Permalink
chore: Update release please action
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyJones committed Jun 22, 2024
1 parent b49e649 commit 9085e0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v4
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: absolute-version
# The logic below handles the npm publication:
- uses: actions/checkout@v3
# these if statements ensure that a publication only occurs when
Expand Down

0 comments on commit 9085e0f

Please sign in to comment.