We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2132d2 commit 9c1e9e8Copy full SHA for 9c1e9e8
1 file changed
.github/workflows/release.yml
@@ -40,6 +40,8 @@ jobs:
40
steps:
41
- name: Checkout
42
uses: actions/checkout@v5
43
+ with:
44
+ ref: ${{ inputs.tag_name || github.ref_name }}
45
- name: Create release archive and notes
46
run: .github/workflows/create_archive_and_notes.sh
47
- name: Release
0 commit comments