Skip to content

Commit

Permalink
chore: Use non-deprecated release-please action
Browse files Browse the repository at this point in the history
  • Loading branch information
alecperkins committed Aug 17, 2024
1 parent 3f033f0 commit b2a0701
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# https://github.com/googleapis/release-please-action?tab=readme-ov-file
name: Prepare Release

on:
Expand All @@ -12,12 +13,10 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- uses: googleapis/release-please-action@v4
with:
release-type: node
package-name: release-please-action

# https://github.com/google-github-actions/release-please-action/issues/176#issuecomment-1356244823
build:
permissions:
contents: write
Expand All @@ -34,5 +33,5 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "deafulted-*.tgz"
file: "defaulted-*.tgz"
tag: ${{ needs.release-please.outputs.tag_name }}

0 comments on commit b2a0701

Please sign in to comment.