Skip to content

Commit 55106c0

Browse files
update release action
1 parent 27b54be commit 55106c0

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
@@ -106,7 +106,7 @@ jobs:
106106
steps:
107107
- name: Create Release
108108
id: create_release
109-
uses: actions/create-release@v1
109+
uses: actions/create-release@v1.1.4
110110
env:
111111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is automatically provided by GitHub
112112
with:

0 commit comments

Comments
 (0)