Skip to content

Commit cb1f0e6

Browse files
committed
ci: replace deprecated GH action for releases
1 parent bb0266f commit cb1f0e6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,10 @@ jobs:
146146

147147
- name: Create Release
148148
id: create_release
149-
uses: actions/create-release@v1.1.4
149+
uses: softprops/action-gh-release@v1
150150
env:
151151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
152152
with:
153-
tag_name: ${{ github.ref }}
154-
release_name: ${{ github.ref }}
155153
body: ${{ steps.changelog.outputs.changelog }}
156154
draft: false
157155
prerelease: false

0 commit comments

Comments
 (0)