We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c73f2 commit cf312a6Copy full SHA for cf312a6
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
git push origin ${{ steps.version.outputs.tag }}
27
28
- name: Create GitHub release
29
- uses: softprops/action-gh-release@v3
+ uses: softprops/action-gh-release@v2
30
with:
31
tag_name: ${{ steps.version.outputs.tag }}
32
name: ${{ steps.version.outputs.tag }}
VERSION
@@ -1 +1 @@
1
-0.6.2
+0.6.3
0 commit comments