Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cech12 committed Jan 27, 2022
1 parent 5620316 commit 006ea1c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/cicd-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,18 @@ jobs:
java-version: 17
publish-github:
needs: codeql
if: startsWith(github.ref, 'refs/tags/1.18')
if: startsWith(github.ref, 'refs/tags/')
name: Publish Github
uses: cech12/MinecraftModActions/.github/workflows/publish-github.yml@main
with:
java-version: 17
mod-name: Bucket Lib
mod-id: bucketlib
publish-api: true
publish-sources: true
mod-name: Ceramic Bucket
mod-id: ceramicbucket
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
publish-curseforge:
needs: codeql
if: startsWith(github.ref, 'refs/tags/1.18')
needs: publish-github
if: startsWith(github.ref, 'refs/tags/')
name: Publish Curseforge
uses: cech12/MinecraftModActions/.github/workflows/publish-curseforge.yml@main
with:
Expand Down

0 comments on commit 006ea1c

Please sign in to comment.