We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05cdbe5 + e0d7b53 commit a59b0f8Copy full SHA for a59b0f8
.github/workflows/releases.yaml
@@ -43,10 +43,10 @@ jobs:
43
echo "current_tag=${current_tag}" | tee -a ${GITHUB_ENV}
44
45
- name: Generate and publish release notes
46
- uses: scylladb/scylla-operator/.github/actions/release-notes@master
+ uses: scylladb/scylla-operator/.github/actions/release-notes@v1.9.0-alpha.3
47
with:
48
githubRepository: ${{ github.repository }}
49
githubRef: ${{ env.current_tag }}
50
githubToken: ${{ secrets.GITHUB_TOKEN }}
51
goVersion: ${{ env.go_version }}
52
- genReleaseNotesVersionRef: v1.8.1
+ genReleaseNotesVersionRef: v1.9.0-alpha.3
0 commit comments