Skip to content

Commit 84d6870

Browse files
authored
Merge pull request #168 from MaxToyberman/UPGRADE_PUBLISH
Update npm-publish-action
2 parents 5b4aa7e + c1eed4c commit 84d6870

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,14 @@ jobs:
88
name: npm-publish
99
runs-on: ubuntu-latest
1010
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
1511
- name: Checkout repository
1612
uses: actions/checkout@master
1713
- name: Set up Node.js
1814
uses: actions/setup-node@master
1915
with:
2016
node-version: 10.0.0
2117
- name: Publish if version has been updated
22-
uses: pascalgn/npm-publish-action@1.3.4
18+
uses: pascalgn/npm-publish-action@1.3.9
2319
with: # All of theses inputs are optional
2420
tag_name: "v%s"
2521
tag_message: "v%s"

0 commit comments

Comments
 (0)