Skip to content

Commit

Permalink
💚 See if running directly works
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Mar 30, 2024
1 parent cf2896c commit a7744c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- run: npm run build:ci --workspace cli
- name: Get current package version
id: current_version
run: echo "version=$(npm run version)" >> $GITHUB_OUTPUT
run: echo "version=$(cat build.zig.zon |grep .version |awk -F' ' '{print $3}' |tr -d '\",')" >> $GITHUB_OUTPUT
working-directory: apps/cli
- uses: mukunku/tag-exists-action@v1.4.0
id: check_tag
Expand Down
1 change: 0 additions & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "cli",
"scripts": {
"version": "cat build.zig.zon |grep .version |awk -F' ' '{print $3}' |tr -d '\",'",
"build": "zig build --summary all",
"build:ci": "CI=true npm run build",
"lint": "zig fmt --check ."
Expand Down

0 comments on commit a7744c1

Please sign in to comment.