Skip to content

Commit

Permalink
MAINT - Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Sep 20, 2023
1 parent e8b1759 commit be7e66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: "Publish to npm 📤"
run: |
echo "Publishing with tag ${{ env.GITHUB_REF }}"
yarn publish --verbose --access public --tag ${{ env.GITHUB_REF }}conda-store-ui.tgz
yarn publish --verbose --access public --tag ${{ env.GITHUB_REF }} conda-store-ui.tgz
yarn tag add @conda-store/conda-store-ui@${{ env.GITHUB_REF }} latest
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit be7e66b

Please sign in to comment.