Skip to content

Commit

Permalink
Merge pull request #1276 from zimnx/mz/fix-release-notes-gen-1.9
Browse files Browse the repository at this point in the history
[v1.9] Fix release notes generation
  • Loading branch information
zimnx authored Jun 9, 2023
2 parents 3f0c6df + 42885cc commit 203d34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/release-notes/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
cd ${{ github.workspace }}/go/src/github.com/scylladb/scylla-operator
make build GO_BUILD_PACKAGES=./cmd/gen-release-notes --warn-undefined-variables
echo "${{ github.workspace }}/go/src/github.com/scylladb/scylla-operator" >> ${GITHUB_PATH}
sudo mv ./gen-release-notes /usr/local/bin/gen-release-notes
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 203d34d

Please sign in to comment.