Skip to content

Commit 9eeadb6

Browse files
committed
ci: Publish to ReVanced GitHub Packages
1 parent c708e45 commit 9eeadb6

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
jobs:
1414
release:
1515
name: release
16+
permissions:
17+
contents: write
18+
packages: write
19+
id-token: write
1620
runs-on: ubuntu-latest
1721
steps:
1822
- name: Checkout
@@ -50,7 +54,7 @@ jobs:
5054
with:
5155
node-version: 20
5256
registry-url: 'https://npm.pkg.github.com'
53-
scope: 'cycjimmy'
57+
scope: 'revanced'
5458

5559
- name: Publish To GitHub Package Registry
5660
if: steps.semantic.outputs.new_release_published == 'true'

.github/workflows/testRelease.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
- main
88
push:
99

10-
schedule:
11-
- cron: 0 2 * * 0
12-
1310
jobs:
1411
test-semantic-latest:
1512
name: test-semantic-latest

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@cycjimmy/semantic-release-action",
2+
"name": "@revanced/semantic-release-action",
33
"version": "4.2.0",
44
"description": "GitHub Action for Semantic Release",
55
"main": "index.js",
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/cycjimmy/semantic-release-action.git"
11+
"url": "git+https://github.com/revanced/semantic-release-action.git"
1212
},
1313
"keywords": [
1414
"semantic-release",
@@ -25,6 +25,6 @@
2525
"@cycjimmy/awesome-js-funcs": "^4.0.9",
2626
"@semantic-release/changelog": "^6.0.3",
2727
"@semantic-release/git": "^10.0.1",
28-
"semantic-release": "^24.2.3"
28+
"@anolilab/multi-semantic-release": "^1.1.10"
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)