Skip to content

Commit e48d1d7

Browse files
committed
Update a release dependency.
Bump to `softprops/action-gh-release@v2`.
1 parent 4b1711e commit e48d1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
shasum -a 256 ${{ github.event.repository.name }}-${{ matrix.artifact_prefix }}.tar.gz \
8080
> ${{ github.event.repository.name }}-${{ matrix.artifact_prefix }}.sha256
8181
- name: publish release to github
82-
uses: softprops/action-gh-release@v1
82+
uses: softprops/action-gh-release@v2
8383
with:
8484
files: |
8585
target/${{ matrix.target }}/release/${{ github.event.repository.name }}-${{ matrix.artifact_prefix }}.tar.gz

0 commit comments

Comments
 (0)