Skip to content

Commit 60fc41c

Browse files
committed
Fix user bug
1 parent a1dfd78 commit 60fc41c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
run: |
4040
poetry install
4141
poetry build
42-
poetry publish --repository testpypi -u $_USER -p $_PASSWORD
42+
poetry publish --repository testpypi -u $_USERNAME -p $_PASSWORD

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
run: |
4949
poetry install
5050
poetry build
51-
poetry publish -u $_USER -p $_PASSWORD
51+
poetry publish -u $_USERNAME -p $_PASSWORD

0 commit comments

Comments
 (0)