Skip to content

Commit

Permalink
release: v1.0.10-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasnisole committed Feb 9, 2022
1 parent 7dcee18 commit 7df842a
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/build.yml
Expand Up @@ -34,15 +34,6 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage/lcov.info
- name: "Publish @paddls"
uses: pascalgn/npm-publish-action@1.3.8
with:
tag_name: "v%s"
tag_message: "v%s"
commit_pattern: "^release: v(\\S+)"
env:
GITHUB_TOKEN: ${{ secrets.NPM_AUTH_TOKEN_PADDLS }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN_PADDLS }}
- name: "PrePublish @witty-services"
uses: jossef/action-set-json-field@v1
with:
Expand All @@ -52,9 +43,8 @@ jobs:
- name: "Publish @witty-services"
uses: pascalgn/npm-publish-action@1.3.8
with:
tag_name: "v%s"
tag_message: "v%s"
commit_pattern: "^release: v(\\S+)"
publish_args: "--access public"
env:
GITHUB_TOKEN: ${{ secrets.NPM_AUTH_TOKEN_PADDLS }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN_PADDLS }}

0 comments on commit 7df842a

Please sign in to comment.