We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8bffc0 + c86de1f commit ed5aea5Copy full SHA for ed5aea5
.github/workflows/release.yaml
@@ -110,7 +110,7 @@ jobs:
110
curl -L "https://raw.githubusercontent.com/${{ github.repository }}/main/releasenotes/${{ env.RELEASE_TAG }}.md" \
111
-o "${{ env.RELEASE_TAG }}.md"
112
- name: Release
113
- uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # tag=v2.5.0
+ uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # tag=v2.6.1
114
with:
115
draft: true
116
files: out/*
0 commit comments