Skip to content

Commit 3164a99

Browse files
authored
[MAINT]: update release workflow (#24)
* added fetch depth to checkout action * removed arguments from release workflow checkout action * changed release workflow to use a different release action
1 parent d27b1e6 commit 3164a99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- run: git tag -l --format='%(contents:subject)%0a%0a%(contents:body)' > RELEASE.txt
12-
- uses: softprops/action-gh-release@v1
12+
- uses: ncipollo/release-action@v1
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
with:
16-
body_path: RELEASE.txt
16+
bodyFile: RELEASE.txt

0 commit comments

Comments
 (0)