Skip to content

Commit 000c3e7

Browse files
authored
Fix usage example in README.md (#15)
1 parent ad1dd04 commit 000c3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
pypi_token_username: ${{ secrets.AZOPS_PAT_USER }}
185185
pypi_token: ${{ secrets.AZOPS_PAT }}
186186
- name: Create package
187-
uses: SneaksAndData/github-actions/create_package@0.0.5
187+
uses: SneaksAndData/github-actions/create_package@v0.0.5
188188
with:
189189
pypi_repo_url: ${{ secrets.AZOPS_PYPI_UPLOAD }}
190190
pypi_token_username: ${{ secrets.AZOPS_PAT_USER }}

0 commit comments

Comments
 (0)