Skip to content

Commit

Permalink
Test release workflow passing tag to docker workflow sixth trial agai…
Browse files Browse the repository at this point in the history
…n, just a syntax error
  • Loading branch information
AliOsm committed Jun 29, 2024
1 parent 4e0fcd2 commit f7a46c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: python -m pip install build twine && python -m build
- uses: pypa/gh-action-pypi-publish@release/v1
call-docker-workflow:
- needs: build-and-publish
- uses: ./.github/workflows/docker-publish.yml@main
with:
tag: ${{ github.ref_name }}
needs: build-and-publish
uses: ./.github/workflows/docker-publish.yml@main
with:
tag: ${{ github.ref_name }}

0 comments on commit f7a46c8

Please sign in to comment.