diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 29f1ef3..a95574d 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 + }