We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184fe7d commit e14dbf8Copy full SHA for e14dbf8
.github/workflows/publish.yml
@@ -3,6 +3,7 @@ name: Publish to GitHub Registry
3
on:
4
release:
5
types: [published]
6
+ workflow_dispatch:
7
8
concurrency:
9
group: publish-${{ github.ref }}
.github/workflows/release.yml
@@ -14,6 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
permissions:
16
contents: write
17
+ packages: write
18
pull-requests: write
19
steps:
20
- name: Checkout
@@ -59,4 +60,4 @@ jobs:
59
60
--title "@zendrex/annotate@${{ steps.package.outputs.version }}" \
61
--generate-notes
62
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.npmrc
@@ -0,0 +1 @@
1
+@zendrex:registry=https://npm.pkg.github.com
0 commit comments