Skip to content

Commit

Permalink
Remove create-kolibri package from publish workflow (#6715)
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio authored Aug 8, 2024
2 parents 71cb189 + 016fe9d commit 28b4f1c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,6 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.NPMJS_GRANULAR_TOKEN}}
NPM_CONFIG_PROVENANCE: true
- name: Build and publish create-kolibri
run: pnpm publish --access ${{env.access}} --no-git-checks --tag ${{github.event.inputs.tag}}
working-directory: packages/create-kolibri
env:
NODE_AUTH_TOKEN: ${{secrets.NPMJS_GRANULAR_TOKEN}}
NPM_CONFIG_PROVENANCE: true
- name: Build and publish tools kolibri-cli
run: pnpm publish --access ${{env.access}} --no-git-checks --tag ${{github.event.inputs.tag}}
working-directory: packages/tools/kolibri-cli
Expand Down
2 changes: 0 additions & 2 deletions scripts/dist-tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ npm dist-tag $1 @public-ui/components@$2 $3
npm dist-tag $1 @public-ui/themes@$2 $3
npm dist-tag $1 @public-ui/theme-default@$2 $3
npm dist-tag $1 @public-ui/visual-tests@$2 $3

npm dist-tag $1 create-kolibri@$2 $3

0 comments on commit 28b4f1c

Please sign in to comment.