Skip to content

Commit

Permalink
ci: add/update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wetransformer committed Dec 4, 2024
1 parent abb0317 commit a516b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tf-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
needs: [release]
if: ${{ !inputs.dryRun && needs.release.outputs.release-published != 'false' }}

uses: wetransform/gha-workflows/.github/workflows/dockerfile-publish.yml@39472b0820006f75ebd19b348939b163d7bd8a6a # v3.3.2
uses: wetransform/gha-workflows/.github/workflows/dockerfile-publish.yml@ad4aa270fbd7f42e48a02ef3b877c1826e8c983e # v3.4.0
with:
checkout-ref: refs/tags/v${{needs.release.outputs.release-version}} # check out release tag
tag: ${{needs.release.outputs.release-version}}
Expand Down

0 comments on commit a516b20

Please sign in to comment.