Skip to content

Commit

Permalink
Increment version [build] [publish]
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Jun 16, 2024
1 parent dbfddb4 commit 308736a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
java-version: 21
cache: 'gradle'
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ForgeArtifact
path: ./forge/build/libs/*.jar
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: NeoForgeArtifact
path: ./neoforge/build/libs/*.jar
Expand All @@ -30,7 +30,7 @@ jobs:
env:
SAP_SECRET: ${{ secrets.SAP_SECRET }}
run: ./gradlew publish
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: FabricArtifact
path: ./fabric/build/libs/*.jar
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* Initial update to 1.20.4
* Initial update to 1.20.6
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project
version=3.2.0
version=3.3.0
group=com.mrbysco.justenoughprofessions

# Common
Expand Down

0 comments on commit 308736a

Please sign in to comment.