Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Nov 15, 2023
1 parent 8ac7202 commit 9738632
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
uses: softprops/[email protected]
if: startsWith(github.ref, 'refs/tags/')
with:
prerelease: false
prerelease: true
generate_release_notes: true
name: Release ${{ steps.changelog.outputs.version }}
name: Pre-Release ${{ steps.changelog.outputs.version }}
body: ${{ steps.changelog.outputs.description }}
files: |
./TFG-NewHorizons-${{ steps.get_version.outputs.version }}-cf.zip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
zip -r ../../TFG-NewHorizons-${{ steps.get_version.outputs.version }}-server-extended.zip ./
- name: Upload Curseforge normal
uses: juraj-hrivnak/upload-curseforge-modpack-action@v2.0.0
uses: henkelmax/upload-curseforge-modpack-action@v1.0.0
with:
api-token: ${{ secrets.CF_API_TOKEN }}
project-id: "385053"
Expand All @@ -101,7 +101,7 @@ jobs:
release-type: "release"

- name: Upload Curseforge extended
uses: juraj-hrivnak/upload-curseforge-modpack-action@v2.0.0
uses: henkelmax/upload-curseforge-modpack-action@v1.0.0
with:
api-token: ${{ secrets.CF_API_TOKEN }}
project-id: "385053"
Expand Down

0 comments on commit 9738632

Please sign in to comment.