Skip to content

Commit

Permalink
use latest gh release
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Jul 2, 2024
1 parent 32a290a commit ba6af05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
sed -i "s,ghcr.io/canonical/cluster-api-k8s/controlplane-controller:latest,ghcr.io/canonical/cluster-api-k8s/controlplane-controller:${{ env.VERSION }}," out/control-plane-components.yaml
- name: Create GitHub Release
uses: softprops/action-gh-release@v0.1.14
uses: softprops/action-gh-release@v2.0.6
with:
name: 'Release ${{ env.VERSION }}'
tag_name: ${{ env.VERSION }}
Expand Down

0 comments on commit ba6af05

Please sign in to comment.