Skip to content

Commit

Permalink
0.8.83 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lumapu committed Feb 16, 2024
1 parent 630e3fd commit 8947004
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ jobs:
- name: Publish Release
uses: ncipollo/release-action@v1
with:
artifacts: ${{ steps.version_name.outputs.name }}
artifactErrorsFailBuild: true
skipIfReleaseExists: true
bodyFile: src/CHANGES.md
tag: ${{ steps.rename-binary-files.outputs.name }}
name: ${{ steps.rename-binary-files.outputs.name }}
artifacts: ${{ steps.version_name.outputs.name }}
tag: ${{ steps.version_name.outputs.name }}
name: ${{ steps.version_name.outputs.name }}
token: ${{ secrets.GITHUB_TOKEN }}


Expand Down

0 comments on commit 8947004

Please sign in to comment.