Skip to content

Commit c3b9077

Browse files
authored
update release-action
1 parent 09b58bb commit c3b9077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Create release
1515
if: github.ref != 'refs/heads/master'
1616
id: create_release
17-
uses: actions/create-release@v1
17+
uses: ncipollo/release-action@v1.12.0
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
with:

0 commit comments

Comments
 (0)