Skip to content

Commit

Permalink
Change package scope for GitHub Packages (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 authored Sep 27, 2023
1 parent 68c6f49 commit 8a0d4e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8a0d4e0

Please sign in to comment.