Skip to content

Commit

Permalink
New pipelines for 2.2.27 tag to publish it to github
Browse files Browse the repository at this point in the history
  • Loading branch information
dm3ch committed Nov 1, 2023
1 parent 78db413 commit 851a177
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
workflow_dispatch:

jobs:
publish-npmjs:
runs-on: ubuntu-latest
# publish-npmjs:
# runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- run: yarn publish
# steps:
# - uses: actions/checkout@v3
# - uses: ./.github/actions/setup
# - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
# - run: yarn publish

publish-github:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 851a177

Please sign in to comment.