Skip to content

Commit

Permalink
chore: minor fixes to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb committed Nov 13, 2023
1 parent 42f5191 commit 09b5f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
- name: Validate code formatting
run: |
gofmt -l .
test -z $(gofmt -l .)
test -z "$(gofmt -l .)"
2 changes: 1 addition & 1 deletion .github/workflows/release-binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Read gabo version name
id: read-version
run: |
echo "version=$(cat src/gabo/cmd/gabo/version.txt)" > $GITHUB_OUTPUT
echo "version=$(cat src/gabo/cmd/gabo/version.txt)" > "$GITHUB_OUTPUT"
- name: Create new tag
id: tag_version
Expand Down

0 comments on commit 09b5f58

Please sign in to comment.