Skip to content

Commit

Permalink
[161] Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenmarten committed Apr 13, 2024
1 parent 48b0c0a commit 4a3bee1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ jobs:
echo "RELEASE_TAG=${TAG}" >> $GITHUB_ENV
echo "RELEASE_TAG_TRIMMED_V=${TAG#v}" >> $GITHUB_ENV
- run: make build-dist-manifests IMG=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${RELEASE_TAG}
- uses: svenstaro/upload-release-action@v2.9.0
- uses: svenstaro/upload-release-action@2.9.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/etcd-operator.yaml
asset_name: etcd-operator.yaml
tag: ${{ github.ref }}
overwrite: true
- uses: svenstaro/upload-release-action@v2.9.0
- uses: svenstaro/upload-release-action@2.9.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/etcd-operator.crd.yaml
asset_name: etcd-operator.crd.yaml
tag: ${{ github.ref }}
overwrite: true
- uses: svenstaro/upload-release-action@v2.9.0
- uses: svenstaro/upload-release-action@2.9.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/etcd-operator.non-crd.yaml
Expand Down

0 comments on commit 4a3bee1

Please sign in to comment.