Skip to content

Commit

Permalink
Unpublish some versions
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-jerolimov committed Sep 27, 2024
1 parent 22cbfab commit 3eea3ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-next-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,12 @@ jobs:
version="0.0.0-main-${short_sha}"
npm version "$version" --no-git-tag-version
npm publish --access=public --tag=next
npm unpublish "@redhat-developer/red-hat-developer-hub-theme@0.0.0-main-" --force
npm unpublish "@redhat-developer/red-hat-developer-hub-theme@0.1.16" --force
npm unpublish "@redhat-developer/red-hat-developer-hub-theme@0.1.17" --force
npm unpublish "@redhat-developer/red-hat-developer-hub-theme@0.1.18" --force
npm unpublish "@redhat-developer/red-hat-developer-hub-theme@0.1.19" --force
npm unpublish "@redhat-developer/red-hat-developer-hub-theme@0.1.20" --force
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3eea3ac

Please sign in to comment.