Skip to content

Commit 504fda7

Browse files
⬆️ deps: Update softprops/action-gh-release action to v3
1 parent 83fb8ba commit 504fda7

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
@@ -135,7 +135,7 @@ jobs:
135135
- name: Get tag name
136136
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
137137
- name: Publish to GitHub
138-
uses: softprops/action-gh-release@v2
138+
uses: softprops/action-gh-release@v3
139139
with:
140140
draft: true
141141
files: dist/*

0 commit comments

Comments
 (0)