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 cbab435 commit e1f18caCopy full SHA for e1f18ca
.github/workflows/npm-publish.yml .github/workflows/publish.yml.github/workflows/npm-publish.yml renamed to .github/workflows/publish.yml
@@ -11,10 +11,12 @@ on:
11
required: true
12
13
jobs:
14
- npm:
+ NPM:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v2
18
+ with:
19
+ fetch-depth: 20
20
- run: npm install
21
- uses: fregante/setup-git-token@v1
22
with:
@@ -24,3 +26,6 @@ jobs:
24
26
25
27
token: ${{ secrets.NPM_TOKEN }}
28
- run: git push --follow-tags
29
+ - uses: notlmn/release-with-changelog@v2
30
31
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments