Skip to content

Commit

Permalink
ci(github): update release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devlegacy authored Aug 3, 2024
1 parent 15cc9ff commit a5d2430
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout 📖
uses: actions/checkout@v4

- uses: googleapis/release-please-action@v4
id: release
with:
Expand Down Expand Up @@ -41,10 +44,6 @@ jobs:
git push origin :refs/tags/v$MAJOR || true
git push origin :refs/tags/v$MAJOR.$MINOR || true
- name: Checkout 📖
if: ${{ steps.release.outputs.release_created }}
uses: actions/checkout@v4

- name: Enable corepack and pnpm ⚙️
run: |
corepack enable
Expand Down

0 comments on commit a5d2430

Please sign in to comment.