Skip to content

Commit

Permalink
Try again with the correct cf key
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGlitch76 committed Jul 3, 2024
1 parent bc12a6a commit eccda9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
MAVEN_URL: ${{ secrets.MAVEN_URL }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }}
CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
CHANGELOG: ${{ steps.changelog.outputs.changelog }}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ minecraft_version=1.20.6
yarn_version=+build.1
loader_version=0.25.0
installer_version=1.0.1
version=10.0.0-alpha.1
version=10.0.0-alpha.2
qsl_version=9.0.0-alpha.1+1.20.6

prerelease=true
Expand Down

0 comments on commit eccda9f

Please sign in to comment.