Skip to content

Commit 1e3162a

Browse files
committed
ci: add/update release workflow
1 parent eb913ef commit 1e3162a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tf-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
RUNNER_DEBUG: 1
105105
with:
106106
dry_run: ${{ inputs.dryRun }}
107-
semantic_version: 25.0.1
107+
semantic_version: 25.0.2
108108

109109
extra_plugins:
110110
"@semantic-release/changelog@\
@@ -121,7 +121,7 @@ jobs:
121121
needs: [release]
122122
if: ${{ !inputs.dryRun && needs.release.outputs.release-published != 'false' }}
123123

124-
uses: wetransform/gha-workflows/.github/workflows/dockerfile-publish.yml@7f8cab53bf0b02b6400307f8e3a9fb68dd648902 # v3.8.0
124+
uses: wetransform/gha-workflows/.github/workflows/dockerfile-publish.yml@5f035642502eb701fce3df07c9b5d2a3c815486b # v3.8.1
125125
with:
126126
checkout-ref: refs/tags/v${{needs.release.outputs.release-version}} # check out release tag
127127
tag: ${{needs.release.outputs.release-version}}

0 commit comments

Comments
 (0)