Skip to content

Commit 0bd041a

Browse files
committed
cli: more ci- yeah you get the idea
1 parent 23bf7b5 commit 0bd041a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cli-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: goreleaser/goreleaser-action@v5
4545
with:
4646
version: latest
47-
args: release --clean cli/.goreleaser.yaml
47+
args: release --clean --config cli/.goreleaser.yaml
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
GORELEASER_NOTES: ${{ steps.changelog.outputs.changelog }}

cli/scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if [[ "$BRANCH" != "main" && "$BRANCH" != "master" ]]; then
4242
fi
4343

4444
# confirm with developer
45-
read -p "Tag and push firmware/$VERSION? (y/n) " CONFIRM
45+
read -p "Tag and push cli/$VERSION? (y/n) " CONFIRM
4646
if [ "$CONFIRM" != "y" ]; then
4747
echo "Aborted"
4848
exit 0

0 commit comments

Comments
 (0)