Skip to content

Commit

Permalink
fix(automation): add correct id to release step so that the rest of t…
Browse files Browse the repository at this point in the history
…he process may finish
  • Loading branch information
alexx666 committed Jan 14, 2023
1 parent 03cd057 commit 359cf40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: google-github-actions/release-please-action@v3
- name: Release Check
uses: google-github-actions/release-please-action@v3
id: release
with:
command: manifest
token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 359cf40

Please sign in to comment.