1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

workflow cleanup

This commit is contained in:
Rene Schallner 2023-05-22 03:47:40 +02:00
parent e8a7be35e4
commit 1f4aa4e4e8

View file

@ -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}"