Skip to content

Commit 7929c3e

Browse files
add actor in package publish action
1 parent c51f5b1 commit 7929c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
run: |
32-
python -m twine upload --repository-url https://upload.pkg.github.com/${{ github.repository }}/ dist/*
32+
python -m twine upload --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} --repository-url https://upload.pkg.github.com/${{ github.repository }}/ dist/*

0 commit comments

Comments
 (0)