Skip to content

Commit 2e3696e

Browse files
⬆️ deps: Update softprops/action-gh-release action to v3
1 parent 59a818b commit 2e3696e

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
@@ -72,7 +72,7 @@ jobs:
7272
- name: Get tag name
7373
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
7474
- name: Publish to GitHub
75-
uses: softprops/action-gh-release@v2
75+
uses: softprops/action-gh-release@v3
7676
with:
7777
draft: true
7878
files: dist/*

0 commit comments

Comments
 (0)