Skip to content

Commit b1cbe73

Browse files
authored
Merge pull request #3 from Jszigeti/dependabot/github_actions/softprops/action-gh-release-2
ci: bump softprops/action-gh-release from 1 to 2
2 parents fd15e79 + 6d12ded commit b1cbe73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: npm publish --access public
4040

4141
- name: Upload build artifact to GitHub Release
42-
uses: softprops/action-gh-release@v1
42+
uses: softprops/action-gh-release@v2
4343
with:
4444
files: dist/**/*
4545
env:

0 commit comments

Comments
 (0)