mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
0.8.83 release
This commit is contained in:
parent
630e3fd219
commit
8947004586
1 changed files with 3 additions and 3 deletions
6
.github/workflows/compile_release.yml
vendored
6
.github/workflows/compile_release.yml
vendored
|
@ -123,12 +123,12 @@ jobs:
|
||||||
- name: Publish Release
|
- name: Publish Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: ${{ steps.version_name.outputs.name }}
|
|
||||||
artifactErrorsFailBuild: true
|
artifactErrorsFailBuild: true
|
||||||
skipIfReleaseExists: true
|
skipIfReleaseExists: true
|
||||||
bodyFile: src/CHANGES.md
|
bodyFile: src/CHANGES.md
|
||||||
tag: ${{ steps.rename-binary-files.outputs.name }}
|
artifacts: ${{ steps.version_name.outputs.name }}
|
||||||
name: ${{ steps.rename-binary-files.outputs.name }}
|
tag: ${{ steps.version_name.outputs.name }}
|
||||||
|
name: ${{ steps.version_name.outputs.name }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue