Skip to content

Commit 22017e9

Browse files
authored
Merge pull request #86 from twsl/dependabot/github_actions/softprops/action-gh-release-3
chore(deps): bump softprops/action-gh-release from 2 to 3
2 parents 25eaa4c + 007b064 commit 22017e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
path: dist/
6464

6565
- name: Upload to release
66-
uses: softprops/action-gh-release@v2
66+
uses: softprops/action-gh-release@v3
6767
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
6868
with:
6969
files: dist/*

0 commit comments

Comments
 (0)