Skip to content

Commit

Permalink
Merge pull request #6286 from filecoin-project/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/softprops/action-gh-release-2

chore(deps): bump softprops/action-gh-release from 1 to 2
  • Loading branch information
simlecode authored Mar 12, 2024
2 parents f97daf2 + 6758599 commit 4dcd7b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/common_build_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:

- name: Release
id: release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
continue-on-error: true
with:
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
shell: bash

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
continue-on-error: true
with:
Expand Down

0 comments on commit 4dcd7b8

Please sign in to comment.