Skip to content

Commit

Permalink
Merge pull request #63 from vssio/renovate/softprops-action-gh-releas…
Browse files Browse the repository at this point in the history
…e-2.x

chore(deps): update softprops/action-gh-release action to v2
  • Loading branch information
zztkm authored Mar 9, 2024
2 parents 76a542a + bf2dc33 commit c28a362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: task dist

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
run: task dist

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
run: task dist

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

0 comments on commit c28a362

Please sign in to comment.