Skip to content

Commit

Permalink
ci: fix path to embedded version
Browse files Browse the repository at this point in the history
  • Loading branch information
megglos committed Sep 23, 2024
1 parent 7e64c45 commit 04f658b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache: true
- name: Set and commit Go Client version
run: |
pushd clients/go/internal/embedded
pushd internal/embedded
echo "${RELEASE_VERSION}" > data/VERSION
git commit -am "build(project): update go embedded version data"
- name: Build Go Client
Expand Down

0 comments on commit 04f658b

Please sign in to comment.