We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3eb8f2 commit 44a738fCopy full SHA for 44a738f
.github/workflows/prepare-release.yaml
@@ -23,8 +23,8 @@ jobs:
23
echo "tgz=${ARCHIVE}" >> $GITHUB_OUTPUT
24
25
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
+ - name: Prepare bzlmod / WORKSPACE snippets
+ run: .github/workflows/prepare_snippets.sh ${{ steps.archive.outputs.tgz }} > release_notes.txt
28
- name: Generate changelog
29
run: |
30
printf '\n-----\n\n' >> release_notes.txt
.github/workflows/workspace_snippet.sh renamed to .github/workflows/prepare_snippets.sh
0 commit comments