From 1f4aa4e4e8e9252a51db4159496270d6a1c577e2 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Mon, 22 May 2023 03:47:40 +0200 Subject: [PATCH] workflow cleanup --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03a5f8c..951ff41 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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}"