Skip to content

Commit a59b0f8

Browse files
authored
Merge pull request #15 from zimnx/mz/fix-release-action-0.1
[v0.1] Pin release notes GH Action to v1.9.0-alpha.3
2 parents 05cdbe5 + e0d7b53 commit a59b0f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/releases.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
echo "current_tag=${current_tag}" | tee -a ${GITHUB_ENV}
4444
4545
- name: Generate and publish release notes
46-
uses: scylladb/scylla-operator/.github/actions/release-notes@master
46+
uses: scylladb/scylla-operator/.github/actions/release-notes@v1.9.0-alpha.3
4747
with:
4848
githubRepository: ${{ github.repository }}
4949
githubRef: ${{ env.current_tag }}
5050
githubToken: ${{ secrets.GITHUB_TOKEN }}
5151
goVersion: ${{ env.go_version }}
52-
genReleaseNotesVersionRef: v1.8.1
52+
genReleaseNotesVersionRef: v1.9.0-alpha.3

0 commit comments

Comments
 (0)