Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit 120cc22

Browse files
committed
Added different auto release script.
1 parent c2a32de commit 120cc22

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,12 @@ jobs:
4040
run: dotnet build --no-restore -c Release
4141

4242
- name: Publish a release
43-
uses: softprops/action-gh-release@v1
43+
uses: ncipollo/release-action@v1
4444
with:
45-
files: |
45+
artifacts: |
4646
.build/Release (x64)/Modules/ReMod.Core.dll
47+
tag: ${{ steps.tag_version.outputs.new_tag }}
48+
name: Release ${{ steps.tag_version.outputs.new_tag }}
49+
body: ${{ steps.tag_version.outputs.changelog }}
4750
env:
4851
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)