We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24967dd + 3a43c13 commit 010bec3Copy full SHA for 010bec3
1 file changed
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
29
RELEASE_BRANCHES: main
30
- name: Create release
31
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
32
if: ${{ (steps.version.outputs.old_tag != steps.version.outputs.new_tag) }}
33
with:
34
tag_name: ${{ steps.version.outputs.new_tag }}
0 commit comments