Skip to content

Commit

Permalink
Adjust mod version in GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
opekope2 committed Nov 1, 2024
1 parent b37cf0b commit d560c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
curseforge-id: ${{ vars.CURSEFORGE_ID }}
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

name: Staff Mod ${{ github.ref_name }} for Forge
version: ${{ github.ref_name }}+forge
name: Staff Mod ${{ github.ref_name }}
version: ${{ github.ref_name }}
files: |
dist/forge/!(*-@(dev|dev-shadow|sources|javadoc)).jar
dist/forge/*-@(dev|dev-shadow|sources|javadoc).jar
Expand Down

0 comments on commit d560c76

Please sign in to comment.