Skip to content

Commit e56c2fe

Browse files
committed
fix: fix release
1 parent 89c17b7 commit e56c2fe

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
- name: Install dependencies
3838
run: npm install
3939

40-
# - name: Import GPG key
41-
# uses: crazy-max/ghaction-import-gpg@v6
42-
# with:
43-
# gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
44-
# passphrase: ${{ secrets.GPG_PASSPHRASE }}
45-
# fingerprint: ${{ env.GPG_FINGERPRINT }}
40+
- name: Import GPG key
41+
uses: crazy-max/ghaction-import-gpg@v6
42+
with:
43+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
44+
passphrase: ${{ secrets.GPG_PASSPHRASE }}
45+
fingerprint: ${{ env.GPG_FINGERPRINT }}
4646

4747
- name: Release
4848
env:

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ publishing {
8585
repositories {
8686
maven {
8787
name = "GitHubPackages"
88-
url = uri("https://maven.pkg.github.com/revanced/revanced-patches-template")
88+
url = uri("https://maven.pkg.github.com/indranil012/dropped-patches")
8989
credentials {
9090
username = System.getenv("GITHUB_ACTOR")
9191
password = System.getenv("GITHUB_TOKEN")
@@ -116,9 +116,9 @@ publishing {
116116
}
117117
}
118118
scm {
119-
connection = "scm:git:git://github.com/you/revanced-patches.git"
120-
developerConnection = "scm:git:git@github.com:you/revanced-patches.git"
121-
url = "https://github.com/you/revanced-patches"
119+
connection = "scm:git:git://github.com/Indranil012/Dropped-Patches.git"
120+
developerConnection = "scm:git:git@github.com:Indranil012/Dropped-Patches.git"
121+
url = "https://github.com/Indranil012/Dropped-Patches"
122122
}
123123
}
124124
}

0 commit comments

Comments
 (0)