Skip to content

Commit

Permalink
Update CLI
Browse files Browse the repository at this point in the history
Signed-off-by: David VIEJO <[email protected]>
  • Loading branch information
dviejokfs committed Jul 23, 2024
1 parent 68aa14b commit 2abec56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create ${{ github.ref_name }} \
--repo kfsoftware/fabriclaunch-releases \
--repo kfsoftware/fabriclaunch \
--target=main \
--title "Release ${{ github.ref_name }}" \
--notes="example notes"
Expand All @@ -85,7 +85,7 @@ jobs:
for file in fabriclaunch-*; do
echo "Uploading $file"
gh release upload ${{ github.ref_name }} "$file/$file" \
--repo kfsoftware/fabriclaunch-releases \
--repo kfsoftware/fabriclaunch \
--clobber
done
Expand Down

0 comments on commit 2abec56

Please sign in to comment.