We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6477a commit 15b5e12Copy full SHA for 15b5e12
1 file changed
.github/workflows/release.yml
@@ -13,6 +13,9 @@ jobs:
13
permissions:
14
contents: write
15
steps:
16
+ - name: Checkout code
17
+ uses: actions/checkout@v4
18
+
19
- name: Create Release
20
run: gh release create v${{ github.event.inputs.version }} --title "v${{ github.event.inputs.version }}"
21
env:
0 commit comments