Skip to content

Commit

Permalink
Merge pull request #1472 from zimnx/mz/fix-gen-release-action
Browse files Browse the repository at this point in the history
Use the same tag version of gen-release-notes when preparing them
  • Loading branch information
scylla-operator-bot[bot] authored Oct 13, 2023
2 parents 78e4c3d + be6907b commit 7bcebc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
githubRef: ${{ env.current_tag }}
githubToken: ${{ secrets.GITHUB_TOKEN }}
goVersion: ${{ env.go_version }}
genReleaseNotesVersionRef: master
genReleaseNotesVersionRef: ${{ env.current_tag }}
containerImageName: docker.io/scylladb/scylla-operator

0 comments on commit 7bcebc4

Please sign in to comment.