Skip to content

Commit a3b88ff

Browse files
authored
Merge pull request #119 from zero88/dependabot/github_actions/softprops/action-gh-release-2
build(deps): bump softprops/action-gh-release from 1 to 2
2 parents 3895d51 + 72484f1 commit a3b88ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
if: needs.context.outputs.isRelease == 'true'
114114
steps:
115115
- name: Create GitHub Release
116-
uses: softprops/action-gh-release@v1
116+
uses: softprops/action-gh-release@v2
117117
env:
118118
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119119
with:

0 commit comments

Comments
 (0)