Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
chore: change repo owner
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemmmy committed Apr 11, 2023
1 parent 6c6f1cb commit ea93bb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: 'temurin'
cache: gradle
- name: Publish with Gradle
run: ./gradlew publish -Pgithub.token="${{ secrets.GH_TOKEN }}" -Prelease=true
run: ./gradlew publish -Pgithub.token="${{ secrets.GITHUB_TOKEN }}" -Prelease=true
- name: Cleanup Gradle Cache
# Remove some files from the Gradle cache, so they aren't cached by GitHub Actions.
# Restoring these files from a GitHub Actions cache might cause problems for future builds.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: 'temurin'
cache: gradle
- name: Publish with Gradle
run: ./gradlew publish -Pgithub.token="${{ secrets.GH_TOKEN }}"
run: ./gradlew publish -Pgithub.token="${{ secrets.GITHUB_TOKEN }}"
- name: Cleanup Gradle Cache
# Remove some files from the Gradle cache, so they aren't cached by GitHub Actions.
# Restoring these files from a GitHub Actions cache might cause problems for future builds.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ tasks.build {
}

githubRelease {
owner("comp500")
owner("SwitchCraftCC")
repo("packwiz-installer")
tagName("${project.version}")
releaseName("Release ${project.version}")
Expand Down

0 comments on commit ea93bb7

Please sign in to comment.