Skip to content

Commit

Permalink
Revert yarn (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard authored Oct 19, 2023
1 parent 2a33983 commit c038d1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: "Publish to npm 📤"
run: |
echo "Publishing with tag ${{ env.GITHUB_REF_NAME }}"
yarn npm publish --access public
yarn publish --access public --verbose
yarn tag add @conda-store/conda-store-ui@${{ env.GITHUB_REF_NAME }} latest
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c038d1f

Please sign in to comment.