Skip to content

Commit 557c0ca

Browse files
Update publish.yml
1 parent 15b5d4f commit 557c0ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
name: Build and publish Python 🐍 distributions 📦 to PyPI
88
runs-on: ubuntu-20.04
99
steps:
10-
- uses: SuffolkLITLab/ALActions/publish@main
10+
- uses: suffolklitlab/alactions/publish@main
1111
with:
1212
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
1313
VERSION_TO_PUBLISH: ${{ env.GITHUB_REF_NAME }}
14-
TEAMS_BUMP_WEBHOOK: ${{ secrets.TEAMS_BUMP_WEBHOOK }}
14+
TEAMS_BUMP_WEBHOOK: ${{ secrets.TEAMS_BUMP_WEBHOOK }}

0 commit comments

Comments
 (0)