diff --git a/.github/actions/pypi__wait-for-publish/action.yml b/.github/actions/pypi__wait-for-publish/action.yml index b50fc4a..058bb41 100644 --- a/.github/actions/pypi__wait-for-publish/action.yml +++ b/.github/actions/pypi__wait-for-publish/action.yml @@ -9,6 +9,12 @@ runs: with: python-version: '3.12' + - name: Git Update Current Branch + uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/git__update_branch@dev + + - name: Set $Version from file + uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/git__read_version@dev + - name: Check PyPI Package Version shell: bash run: |