Skip to content

Commit 6e7e4ed

Browse files
committed
Fix publishing
1 parent bd3c4fa commit 6e7e4ed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
publish-pypi:
88
runs-on: ubuntu-latest
9-
if: ${{ github.repository_owner == 'monosans' }}
9+
if: ${{ github.repository_owner == 'djlint' }}
1010
# permissions:
1111
# id-token: write
1212
steps:
@@ -17,10 +17,9 @@ jobs:
1717
password: ${{ secrets.PYPI_API_TOKEN }}
1818
publish-npm:
1919
runs-on: ubuntu-latest
20-
if: ${{ github.repository_owner == 'monosans' }}
20+
if: ${{ github.repository_owner == 'djlint' }}
2121
steps:
2222
- uses: actions/checkout@v4
23-
- run: npm ci
2423
- run: npm publish --provenance --access public
2524
env:
2625
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)