Skip to content

Commit

Permalink
build(version): beta.2.2->1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Dec 21, 2023
1 parent 7f61dd5 commit 4c2a547
Show file tree
Hide file tree
Showing 6 changed files with 1,475 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
parameters:
artifact-name:
type: string
default: aether-1.20.1-1.0.0-beta.2.2-neoforge.jar
default: aether-1.20.1-1.0.0-neoforge.jar
deploy-branch:
type: string
default: 1.20.1-develop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-curseforge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
java-version: 17
- uses: gradle/[email protected]
with:
gradle-version: 7.3
gradle-version: 8.1
- name: Publish build
env:
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 @@ -14,7 +14,7 @@ jobs:
java-version: 17
- uses: gradle/[email protected]
with:
gradle-version: 7.3
gradle-version: 8.1
- name: Publish build
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
Expand Down
Loading

0 comments on commit 4c2a547

Please sign in to comment.