Skip to content

Commit

Permalink
ci: Missing env
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 authored Nov 17, 2023
1 parent bbf359d commit e9d52b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build --stacktrace
env:
GITHUB_PAT: ${{ secrets.PAT }}
- name: Archive build results
run: tar -I zstd -cf build.tar.zst versions/*/build/libs
- name: Upload build and gradle folders
Expand Down Expand Up @@ -74,4 +76,4 @@ jobs:
CURSEFORGE: ${{ secrets.CURSEFORGE }}
MODRINTH: ${{ secrets.MODRINTH }}
GITHUB_PAT: ${{ secrets.PAT }}
run: ./gradlew publishMods --stacktrace --no-daemon --max-workers 1
run: ./gradlew publishMods --stacktrace --no-daemon --max-workers 1

0 comments on commit e9d52b4

Please sign in to comment.