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, another syntax error
  • Loading branch information
AliOsm committed Jun 29, 2024
1 parent f7a46c8 commit 218e3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- uses: pypa/gh-action-pypi-publish@release/v1
call-docker-workflow:
needs: build-and-publish
uses: ./.github/workflows/docker-publish.yml@main
uses: ./.github/workflows/docker-publish.yml
with:
tag: ${{ github.ref_name }}

0 comments on commit 218e3e0

Please sign in to comment.