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.
2 parents 5b4aa7e + c1eed4c commit 84d6870Copy full SHA for 84d6870
.github/workflows/npm-publish.yml
@@ -8,18 +8,14 @@ jobs:
8
name: npm-publish
9
runs-on: ubuntu-latest
10
steps:
11
- - name: Set ownership
12
- run: |
13
- # this is to fix GIT not liking owner of the checkout dir
14
- chown -R $(id -u):$(id -g) $PWD
15
- name: Checkout repository
16
uses: actions/checkout@master
17
- name: Set up Node.js
18
uses: actions/setup-node@master
19
with:
20
node-version: 10.0.0
21
- name: Publish if version has been updated
22
- uses: pascalgn/npm-publish-action@1.3.4
+ uses: pascalgn/npm-publish-action@1.3.9
23
with: # All of theses inputs are optional
24
tag_name: "v%s"
25
tag_message: "v%s"
0 commit comments