Skip to content

Commit

Permalink
chore: Re enable npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-paliychuk committed Sep 24, 2024
1 parent 6d69b3a commit 24339a5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/npm-publish-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
fi
- name: Install dependencies
run: yarn install --frozen-lockfile
# - name: Publish package
# run: |
# if [ "$is_next" = "true" ]; then
# yarn publish --tag preview
# else
# yarn publish
# fi
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish package
run: |
if [ "$is_next" = "true" ]; then
yarn publish --tag preview
else
yarn publish
fi
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
18 changes: 9 additions & 9 deletions .github/workflows/npm-publish-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
fi
- name: Install dependencies
run: yarn install --frozen-lockfile
# - name: Publish package
# run: |
# if [ "$is_next" = "true" ]; then
# yarn publish --tag preview
# else
# yarn publish
# fi
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish package
run: |
if [ "$is_next" = "true" ]; then
yarn publish --tag preview
else
yarn publish
fi
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 24339a5

Please sign in to comment.