Skip to content

Commit f1b495e

Browse files
authored
workflows: fix typo
1 parent 37693b9 commit f1b495e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
done
202202
203203
- name: Create GitHub Release
204-
uses: softprops/action-gh-release@@v2.2.2
204+
uses: softprops/action-gh-release@v2.2.2
205205
if: ${{ needs.job_prepare.outputs.push_type == 'tag' }}
206206
with:
207207
body_path: release_note/release_note.md

0 commit comments

Comments
 (0)