1
mirror of https://github.com/jakejarvis/dark-mode.git synced 2025-09-11 14:25:31 -04:00

Rename package from @jakejarvis/dark-mode to dark-mode-switcheroo

This commit is contained in:
2021-09-09 17:48:20 -04:00
parent 5fc1bd80b3
commit 02f772dd46
5 changed files with 116 additions and 217 deletions

View File

@@ -20,19 +20,3 @@ jobs:
run: |
yarn install --frozen-lockfile
yarn publish
gpr:
name: Publish to GitHub
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
registry-url: https://npm.pkg.github.com/
scope: '@jakejarvis'
- env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
yarn install --frozen-lockfile
yarn publish