Skip to content

Commit

Permalink
ci: fix deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Jul 11, 2024
1 parent 3f1a295 commit 685f29b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: node
package-name: purs-eval
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
- uses: cachix/install-nix-action@V27
Expand Down

0 comments on commit 685f29b

Please sign in to comment.