Skip to content

Commit

Permalink
Revert: 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 3eea3ac commit 1cd29db
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release-next-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,5 @@ 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 1cd29db

Please sign in to comment.