We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1382f45 commit ce9d567Copy full SHA for ce9d567
1 file changed
.github/workflows/publish.yml
@@ -6,6 +6,8 @@ on:
6
permissions:
7
contents: write
8
id-token: write
9
+ issues: write
10
+ pull-requests: write
11
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}
@@ -32,7 +34,7 @@ jobs:
32
34
- name: Install Node.js
33
35
uses: actions/setup-node@v6
36
with:
- node-version: "lts/*"
37
+ node-version: 'lts/*'
38
- name: Set correct path
39
run: sed -i "s/\/dist//g" package.json
40
- name: Copy files
@@ -48,7 +50,6 @@ jobs:
48
50
@semantic-release/changelog
49
51
@semantic-release/git
52
env:
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
53
GITHUB_TOKEN: ${{ secrets.PAT }}
54
GIT_AUTHOR_NAME: 'GitHub Actions'
55
GIT_AUTHOR_EMAIL: 'action@github.com'
0 commit comments