diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 934dc77..a231b3a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,6 +32,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - name: Change package scope + run: | + sed -i -E "s/@.+(\/templatetemplate)/@${{ github.repository_owner }}\1/" package.json + cat package.json - uses: actions/setup-node@v3 with: node-version-file: ".nvmrc"