Skip to content

Commit

Permalink
fix: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
indrastorms committed Mar 17, 2024
1 parent 89c17b7 commit e56c2fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
- name: Install dependencies
run: npm install

# - name: Import GPG key
# uses: crazy-max/ghaction-import-gpg@v6
# with:
# gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
# passphrase: ${{ secrets.GPG_PASSPHRASE }}
# fingerprint: ${{ env.GPG_FINGERPRINT }}
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
fingerprint: ${{ env.GPG_FINGERPRINT }}

- name: Release
env:
Expand Down
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/revanced/revanced-patches-template")
url = uri("https://maven.pkg.github.com/indranil012/dropped-patches")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down Expand Up @@ -116,9 +116,9 @@ publishing {
}
}
scm {
connection = "scm:git:git://github.com/you/revanced-patches.git"
developerConnection = "scm:git:[email protected]:you/revanced-patches.git"
url = "https://github.com/you/revanced-patches"
connection = "scm:git:git://github.com/Indranil012/Dropped-Patches.git"
developerConnection = "scm:git:[email protected]:Indranil012/Dropped-Patches.git"
url = "https://github.com/Indranil012/Dropped-Patches"
}
}
}
Expand Down

0 comments on commit e56c2fe

Please sign in to comment.