Skip to content

Commit

Permalink
REL - 2023.10.1 (#316)
Browse files Browse the repository at this point in the history
* Release commit

* Remove tagging command
  • Loading branch information
trallard authored Oct 19, 2023
1 parent c038d1f commit 063b7dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ jobs:
run: |
echo "Publishing with tag ${{ env.GITHUB_REF_NAME }}"
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 }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@conda-store/conda-store-ui",
"version": "2023.10.1-rc1",
"version": "2023.10.1",
"description": "UI elements for building a frontend for conda-store",
"homepage": "https://github.com/conda-incubator/conda-store-ui",
"bugs": {
Expand Down

0 comments on commit 063b7dd

Please sign in to comment.