Skip to content

Commit

Permalink
update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
jpw1991 committed Dec 2, 2023
1 parent 5798d2e commit 921412c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,12 @@ jobs:
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ env.VERSION }}
release_name: Release ${{ env.VERSION }}
body: ${{github.event.workflow_run.head_commit.message}}
draft: false
prerelease: false
artifacts: Package/*
files: |
Package/ChebsValheimLibrary.dll
README.md

0 comments on commit 921412c

Please sign in to comment.