Skip to content

Commit 44a738f

Browse files
committed
Rename release notes preparation job
1 parent c3eb8f2 commit 44a738f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prepare-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
echo "tgz=${ARCHIVE}" >> $GITHUB_OUTPUT
2424
2525
git archive --format=tar.gz --prefix="${PREFIX}/" -o "$ARCHIVE" "${TAG}"
26-
- name: Prepare workspace snippet
27-
run: .github/workflows/workspace_snippet.sh ${{ steps.archive.outputs.tgz }} > release_notes.txt
26+
- name: Prepare bzlmod / WORKSPACE snippets
27+
run: .github/workflows/prepare_snippets.sh ${{ steps.archive.outputs.tgz }} > release_notes.txt
2828
- name: Generate changelog
2929
run: |
3030
printf '\n-----\n\n' >> release_notes.txt
File renamed without changes.

0 commit comments

Comments
 (0)