Skip to content

Commit

Permalink
ci(release): switch to main version of self
Browse files Browse the repository at this point in the history
Since Google moved their upstream action, prior versions of
`jimeh/release-please-manifest-action` will not work until a new one is
cut.

But since this action uses itself to release itself, we have to force it
to use the action from the main branch to be able to cut a new release.
  • Loading branch information
jimeh committed May 13, 2024
1 parent 61c05f1 commit 6d231b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: jimeh/release-please-manifest-action@v1
# TOOD: Switch back to @v1 once once v1.0.3 is released.
- uses: jimeh/release-please-manifest-action@main
id: release
with:
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
Expand Down

0 comments on commit 6d231b4

Please sign in to comment.