Skip to content

Commit

Permalink
build: simplify release configuration (#1732)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 20, 2022
1 parent bac61b8 commit d9934af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 90 deletions.
88 changes: 0 additions & 88 deletions .github/workflows/release-submodule.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: release-pr
uses: GoogleCloudPlatform/release-please-action@v2
uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
Expand All @@ -17,7 +17,7 @@ jobs:
release-please-release:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
- uses: google-github-actions/release-please-action@v3
id: tag-release
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d9934af

Please sign in to comment.