Skip to content

Commit

Permalink
fixup! release: publish release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Feb 1, 2023
1 parent dead59b commit 3d58a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
exit 1
fi
- name: Prepare workspace snippet
run: .github/workflows/workspace_snippet.sh ${{ env.GITHUB_REF_NAME }} > release_notes.txt
run: .github/workflows/release_prep.sh ${{ env.GITHUB_REF_NAME }} > release_notes.txt
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 3d58a71

Please sign in to comment.