Skip to content

Commit df44ffc

Browse files
authored
Merge pull request #124 from mkantor/update-release-dependency
Update a release dependency.
2 parents 4b1711e + e48d1d7 commit df44ffc

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)