Skip to content

Commit

Permalink
LGTM
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyvanlierop committed Dec 13, 2023
1 parent 1da95e8 commit 28c5c7f
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@ jobs:
build:
uses: ./.github/workflows/dotnet-publish.yml

# release-thunderstore:
# needs: build
# uses: ./.github/workflows/thunderstore.yml
# with:
# version: ${{ needs.build.outputs.version }}
# secrets:
# THUNDERSTORE_TOKEN: ${{ secrets.THUNDERSTORE_TOKEN }}
release-thunderstore:
needs: build
uses: ./.github/workflows/thunderstore.yml
with:
version: ${{ needs.build.outputs.version }}
secrets:
THUNDERSTORE_TOKEN: ${{ secrets.THUNDERSTORE_TOKEN }}

release-github:
# needs: release-thunderstore
permissions: write-all
needs: build
needs: release-thunderstore
uses: ./.github/workflows/release.yml

0 comments on commit 28c5c7f

Please sign in to comment.