diff --git a/.github/workflows/release-cni-plugin.yml b/.github/workflows/release-cni-plugin.yml index e334e37d..0d83453e 100644 --- a/.github/workflows/release-cni-plugin.yml +++ b/.github/workflows/release-cni-plugin.yml @@ -81,6 +81,6 @@ jobs: steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - if: needs.meta.outputs.mode == 'release' - uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 + uses: softprops/action-gh-release@fb2d03176f42a1f0dd433ca263f314051d3edd44 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 9687ee97..ef57b0d7 100644 --- a/.github/workflows/release-proxy-init.yml +++ b/.github/workflows/release-proxy-init.yml @@ -81,6 +81,6 @@ jobs: steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - if: needs.meta.outputs.mode == 'release' - uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 + uses: softprops/action-gh-release@fb2d03176f42a1f0dd433ca263f314051d3edd44 with: name: proxy-init ${{ needs.meta.outputs.version }} diff --git a/.github/workflows/release-validator.yml b/.github/workflows/release-validator.yml index fa9f963d..0ed2b016 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@a5ac7e51b41094c92402da3b24376905380afc29 - if: needs.meta.outputs.mode == 'release' - uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 + uses: softprops/action-gh-release@fb2d03176f42a1f0dd433ca263f314051d3edd44 with: name: validator ${{ needs.meta.outputs.version }} files: ${{ runner.temp }}/artifacts/**/*