diff --git a/.github/workflows/release-cni-plugin.yml b/.github/workflows/release-cni-plugin.yml index 4b445860..9a528c61 100644 --- a/.github/workflows/release-cni-plugin.yml +++ b/.github/workflows/release-cni-plugin.yml @@ -81,6 +81,6 @@ jobs: steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - if: needs.meta.outputs.mode == 'release' - uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 + uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 with: name: cni-plugin ${{ needs.meta.outputs.version }} diff --git a/.github/workflows/release-proxy-init.yml b/.github/workflows/release-proxy-init.yml index 6009c1b2..f11e5f04 100644 --- a/.github/workflows/release-proxy-init.yml +++ b/.github/workflows/release-proxy-init.yml @@ -81,6 +81,6 @@ jobs: steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - if: needs.meta.outputs.mode == 'release' - uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 + uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 with: name: proxy-init ${{ needs.meta.outputs.version }} diff --git a/.github/workflows/release-validator.yml b/.github/workflows/release-validator.yml index f99e3ea0..f5fda532 100644 --- a/.github/workflows/release-validator.yml +++ b/.github/workflows/release-validator.yml @@ -56,7 +56,7 @@ jobs: - run: find "$RUNNER_TEMP"/artifacts -type f -ls - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - if: needs.meta.outputs.mode == 'release' - uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 + uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 with: name: validator ${{ needs.meta.outputs.version }} files: ${{ runner.temp }}/artifacts/**/*