Skip to content

Commit

Permalink
fix: update CI tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
nullishamy committed Feb 4, 2024
1 parent 11c2363 commit 28baa9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: simple

- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}

- uses: extractions/setup-just@v1
Expand Down

0 comments on commit 28baa9a

Please sign in to comment.