Skip to content

Commit

Permalink
ci(release-please): correct path to generate VERSION file
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Oct 3, 2023
1 parent 0276ff5 commit 886a3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
if: ${{ steps.release_please.outputs.release_created }}
id: update_version
shell: sh
run: cd internal/agent && printf %s $(git tag | tail -1) > VERSION
run: cd internal/agent/config && printf %s $(git tag | tail -1) > VERSION

- name: Run Go Releaser
uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit 886a3fd

Please sign in to comment.