Skip to content

Commit e8864bc

Browse files
committed
ci: add/update release workflow
1 parent ca54b28 commit e8864bc

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
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Determine app token for release
44-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
44+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
4545
id: app-token
4646
with:
4747
app-id: ${{ secrets.WE_RELEASE_GITHUB_APP_ID }}
@@ -124,7 +124,7 @@ jobs:
124124
needs: [release]
125125
if: ${{ !inputs.dryRun && needs.release.outputs.release-published != 'false' }}
126126

127-
uses: wetransform/gha-workflows/.github/workflows/dockerfile-publish.yml@11ac55c836e622b4a3c944e057f9067cfdc6ab11 # v4.1.1
127+
uses: wetransform/gha-workflows/.github/workflows/dockerfile-publish.yml@6cf8743e1cdaff405473951cc6ad4eadaf2226cc # v4.1.2
128128
with:
129129
checkout-ref: refs/tags/v${{needs.release.outputs.release-version}} # check out release tag
130130
tag: ${{needs.release.outputs.release-version}}

0 commit comments

Comments
 (0)