Skip to content

Commit

Permalink
Add ids
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Jan 11, 2023
1 parent b1fb92f commit ce74d35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Publish-Forge-Curseforge
uses: Kir-Antipov/[email protected]
with:
curseforge-id: $curseforgeid$
curseforge-id: 333287
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
loaders: forge
name: ${{github.ref_name}} - Forge
Expand All @@ -37,17 +37,17 @@ jobs:
- name: Publish-Forge-Modrinth
uses: Kir-Antipov/[email protected]
with:
modrinth-id: $modrinthid$
modrinth-id: H5XMjpHi
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
loaders: forge
name: ${{github.ref_name}} - Forge
files: '*Forge/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
- name: Publish-Fabric
uses: Kir-Antipov/[email protected]
with:
modrinth-id: $modrinthid$
modrinth-id: H5XMjpHi
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-id: $curseforgeid$
curseforge-id: 333287
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
loaders: fabric
name: ${{github.ref_name}} - Fabric
Expand Down
2 changes: 2 additions & 0 deletions gradle-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ replacements:
relocationpackage: "dev.tr7zw.firstperson"
dependencies: ""
licensename: "LICENSE"
curseforgeid: "333287"
modrinthid: "H5XMjpHi"
rootProject:
template: "."
subProjects:
Expand Down

0 comments on commit ce74d35

Please sign in to comment.