mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
workflow cleanup
This commit is contained in:
parent
e8a7be35e4
commit
1f4aa4e4e8
1 changed files with 1 additions and 3 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
run: |
|
||||
echo "::set-output name=version::${GITHUB_REF#refs/tags/}"
|
||||
|
||||
# we don't build it, we provide it in ./tools
|
||||
# we don't build pkghash, we provide it in ./tools
|
||||
# - uses: goto-bus-stop/setup-zig@v2
|
||||
# with:
|
||||
# version: master
|
||||
|
@ -54,7 +54,6 @@ jobs:
|
|||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: Release ${{ steps.tag.outputs.version }} # Remove 'refs/tags/' from the tag name
|
||||
# body: ${{ steps.release_notes.outputs.notes }} # Use the release notes from the output of the previous step
|
||||
body_path: relnotes.md
|
||||
prerelease: true
|
||||
|
||||
|
@ -62,7 +61,6 @@ jobs:
|
|||
env:
|
||||
TAG_NAME: ${{ steps.tag.outputs.version }}
|
||||
WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
||||
DEGUG: true
|
||||
run: |
|
||||
python tools/announceybot/announceybot.py "${TAG_NAME}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue