Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkGoosik committed Jan 16, 2024
1 parent 684cf25 commit 145e815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-curseforge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build artifacts
run: ./gradlew build
- name: publish artifacts
uses: Kir-Antipov/[email protected]
uses: Kir-Antipov/[email protected].0
with:
curseforge-id: 552628
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-modrinth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build artifacts
run: ./gradlew build
- name: publish artifacts
uses: Kir-Antipov/[email protected]
uses: Kir-Antipov/[email protected].0
with:
modrinth-id: CEvDfomf
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
Expand Down

0 comments on commit 145e815

Please sign in to comment.