Skip to content

Commit

Permalink
REL 2024.1.1-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Jan 5, 2024
2 parents 3342745 + 2e83310 commit c72cb14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: "https://registry.npmjs.org"
registry-url: 'https://registry.npmjs.org'

- name: "Install dependencies 📦"
run: yarn
Expand All @@ -44,7 +44,6 @@ jobs:
- name: "Publish to npm 📤"
run: |
echo "Publishing with tag ${{ env.GITHUB_REF_NAME }}"
echo //registry.npmjs.org/:_authToken=$NPM__AUTH_TOKEN > .npmrc
npm publish --verbose --access public conda-store-ui.tgz
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c72cb14

Please sign in to comment.