Skip to content

Commit

Permalink
Don't cd to src to build version file
Browse files Browse the repository at this point in the history
`version` should wind up in the root dir
  • Loading branch information
grahamalama committed Mar 4, 2025
1 parent 23f286e commit 6fd2f5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:

- id: build-version-json
run: |
cd src
printf '{\n "commit": "%s",\n "version": "%s",\n "source": "%s",\n "build": "%s"\n}\n' \
"$(git rev-parse --short HEAD)" \
"$(git describe --tags --abbrev=4)" \
Expand Down

0 comments on commit 6fd2f5f

Please sign in to comment.