Skip to content

Commit e14dbf8

Browse files
committed
fixed workflows
1 parent 184fe7d commit e14dbf8

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Publish to GitHub Registry
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
67

78
concurrency:
89
group: publish-${{ github.ref }}

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
permissions:
1616
contents: write
17+
packages: write
1718
pull-requests: write
1819
steps:
1920
- name: Checkout
@@ -59,4 +60,4 @@ jobs:
5960
--title "@zendrex/annotate@${{ steps.package.outputs.version }}" \
6061
--generate-notes
6162
env:
62-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@zendrex:registry=https://npm.pkg.github.com

0 commit comments

Comments
 (0)