Skip to content

Commit

Permalink
Fix GH Actions deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Aug 27, 2024
1 parent b0ccc8c commit 1bc4a04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: tar -czf release/docs.tar.gz -C doc_out .

- name: Upload files for the release
uses: ncipollo/release-action@v1.14.0
uses: ncipollo/release-action@v1
with:
allowUpdates: true
prerelease: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagged-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: tar -czf release/docs.tar.gz -C doc_out .

- name: Upload files for the release
uses: ncipollo/release-action@v1.14.0
uses: ncipollo/release-action@v1
with:
prerelease: false
draft: false
Expand Down

0 comments on commit 1bc4a04

Please sign in to comment.