Skip to content

Commit

Permalink
Fix release yaml (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman committed Sep 24, 2024
1 parent 5f5e9e0 commit 0767a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
asset_content_type: text/plain

- name: Upload Release Job CRD
id: upload-release-crd
id: upload-release-job-crd
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -129,7 +129,7 @@ jobs:
asset_content_type: text/plain

- name: Upload Release Small Job CRD
id: upload-release-small-crd
id: upload-release-job-small-crd
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0767a41

Please sign in to comment.