Skip to content

Commit

Permalink
Revert "REVERT THIS: unpublish package testing versions"
Browse files Browse the repository at this point in the history
This reverts commit 3bb0432.
  • Loading branch information
AbanoubGhadban committed Aug 31, 2023
1 parent 3bb0432 commit f6734bc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies 🔧
run: yarn install --frozen-lockfile
- name: unpublish packages
run: |
npm unpublish @popmenu/[email protected]
npm unpublish @popmenu/[email protected]
exit 1
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Ensure that "lerna version" has been run
run: |
changed=$(yarn run --silent changed || true)
Expand Down

0 comments on commit f6734bc

Please sign in to comment.