Skip to content

Commit

Permalink
WIP: Unpublish 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tifrel committed Jan 21, 2025
1 parent c349c6a commit efff4da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
- name: Update version
run: pnpm version prerelease --preid=dev-${GITHUB_SHA::6} --no-git-tag-version

# FIXME: remove
- name: Unpublish 1.0.0
run: npm unpublish @bitte-ai/runtime-sdk@1.0.0
env:
NODE_AUTH_TOKEN: ${{ secrets.BITTE_AI_NPM_TOKEN }}

- name: Publish to npmjs
run: pnpm publish --access public --no-git-checks --tag dev
env:
Expand Down

0 comments on commit efff4da

Please sign in to comment.