Skip to content

Commit

Permalink
Merge pull request #162 from dwmkerr/fix/use-latest-release-please
Browse files Browse the repository at this point in the history
fix: use latest release please action
  • Loading branch information
dwmkerr authored Feb 10, 2022
2 parents 8141582 + 31fe154 commit 18574ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
- uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
package-name: release-please-action
release-type: node
package-name: "Effective Shell"

# If the 'release please' action has been performed, we can actually
# deploy the website.
Expand Down

0 comments on commit 18574ff

Please sign in to comment.