Skip to content

Commit 6f66c13

Browse files
authored
Merge pull request #108 from objectstack-ai/dependabot/github_actions/softprops/action-gh-release-2
2 parents ab80232 + 1267505 commit 6f66c13

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
@@ -45,7 +45,7 @@ jobs:
4545
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
4646

4747
- name: Create GitHub Release
48-
uses: softprops/action-gh-release@v1
48+
uses: softprops/action-gh-release@v2
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
with:

0 commit comments

Comments
 (0)