From 6f879605136c3c02c90fe8c080dd452d02fc13b7 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Sat, 13 Aug 2022 04:13:09 -0700 Subject: [PATCH] Make workflow stages less ambigious --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 29f1ef32..a95574da 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} - publish: + package: needs: test runs-on: windows-latest @@ -73,7 +73,7 @@ jobs: deploy: if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }} - needs: publish + needs: package runs-on: ubuntu-latest steps: @@ -151,4 +151,4 @@ jobs: payload: | { "content": "**DiscordChatExporter** new version released!\nVersion: `${{ steps.get_version.outputs.tag }}`\nChangelog: " - } \ No newline at end of file + }