We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf4a75c + c3a786f commit d04146aCopy full SHA for d04146a
1 file changed
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ on:
18
19
jobs:
20
publish:
21
- uses: bentoboxworld/.github/.github/workflows/publish-platforms.yml@71bf927bce32586216baa6995f21852d944b98b9 # master
+ uses: bentoboxworld/.github/.github/workflows/publish-platforms.yml@fe4b1f03c19f4fd4212020a06a07a7097923adec # master
22
with:
23
use_release_asset: "true" # publish the jar attached to the release; do not rebuild
24
hangar_slug: "Level" # blank = skip Hangar
@@ -27,4 +27,4 @@ jobs:
27
version: ${{ inputs.version }} # empty on release events -> falls back to the release tag
28
secrets:
29
HANGAR_API_KEY: ${{ secrets.HANGAR_API_KEY }}
30
- CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
+ CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
0 commit comments