Skip to content

Commit 45b2a66

Browse files
committed
fix: Tag the release with the release name before the release build
1 parent 561562b commit 45b2a66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
with:
3636
fetch-depth: 0
3737
fetch-tags: true
38+
- name: Create release tag
39+
run: |
40+
git tag ${{ github.event.inputs.name }}
3841
- name: Setup dotnet
3942
uses: actions/setup-dotnet@v3
4043
with:

0 commit comments

Comments
 (0)