Skip to content

Commit

Permalink
[chore]: unpublish
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-khanna committed Jan 3, 2024
1 parent 032b2a4 commit 70f0f3e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/unpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,11 @@ jobs:
name: Unpublish
runs-on: ubuntu-latest # nosemgrep: non-self-hosted-runner
steps:
- name: Checkout Codebase
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node v20
uses: actions/setup-node@v3
with:
node-version: 20.3.1
- name: Install dependencies
run: yarn
- name: Publish to public npm registry
- name: Unpublish from public npm registry
env:
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
run: yarn publish-npm

0 comments on commit 70f0f3e

Please sign in to comment.