Skip to content

Commit cf312a6

Browse files
committed
fix versioning of action-gh-release
1 parent b8c73f2 commit cf312a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git push origin ${{ steps.version.outputs.tag }}
2727
2828
- name: Create GitHub release
29-
uses: softprops/action-gh-release@v3
29+
uses: softprops/action-gh-release@v2
3030
with:
3131
tag_name: ${{ steps.version.outputs.tag }}
3232
name: ${{ steps.version.outputs.tag }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.2
1+
0.6.3

0 commit comments

Comments
 (0)