Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
ci: restoring deployment file
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
  • Loading branch information
jarrodek committed Aug 5, 2021
1 parent 3dd7b24 commit 46c7960
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm test
test_win:
name: "Windows"
Expand All @@ -43,8 +41,6 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm test
tag:
name: "Publishing release"
Expand All @@ -69,8 +65,6 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Read version from package.json
uses: culshaw/read-package-node-version-actions@v1
id: package-node-version
Expand All @@ -89,6 +83,6 @@ jobs:
${{ steps.Changelog.outputs.changelog }}
draft: false
prerelease: false
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 46c7960

Please sign in to comment.