We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a33983 commit c038d1fCopy full SHA for c038d1f
.github/workflows/release.yml
@@ -37,6 +37,7 @@ jobs:
37
- name: "Publish to npm 📤"
38
run: |
39
echo "Publishing with tag ${{ env.GITHUB_REF_NAME }}"
40
- yarn npm publish --access public
+ yarn publish --access public --verbose
41
+ yarn tag add @conda-store/conda-store-ui@${{ env.GITHUB_REF_NAME }} latest
42
env:
43
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments