Update workflows

This commit is contained in:
Manuel Mayer
2023-06-09 00:08:35 +02:00
parent 512a885ceb
commit bbcee14cd5

View File

@@ -13,7 +13,7 @@ jobs:
release-windows:
name: "Build and Push Macro Deck for Windows"
uses: ./.github/workflows/build-push-windows.yml
needs: [release-github, get-version]
needs: [test]
secrets: inherit
with:
version: ${{ github.event.release.name }}
@@ -21,7 +21,7 @@ jobs:
notify:
name: "Notify"
runs-on: ubuntu-latest
needs: [get-version, release-windows]
needs: [release-windows]
steps:
- uses: Macro-Deck-App/Actions/discord-notify-release@main
with: