Skip to content

Commit

Permalink
Tweak publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
M-W-K committed Jul 3, 2024
1 parent 930fb6d commit 8e0b24e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
env:
# link to the changelog with a format code for the version
CHANGELOG_LOCATION: "Changelog is available [here](https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }})"
# type of release
RELEASE_TYPE: 'beta'

concurrency:
group: publish-${{ github.head_ref || github.ref }}
Expand Down Expand Up @@ -44,5 +42,4 @@ jobs:
env:
CURSEFORGE_API_KEY: "${{ secrets.CURSEFORGE_API_KEY }}"
CHANGELOG_LOCATION: "${{ env.CHANGELOG_LOCATION }}"
RELEASE_TYPE: "${{ env.RELEASE_TYPE }}"
run: ./gradlew curseforge --warning-mode all --build-cache

0 comments on commit 8e0b24e

Please sign in to comment.