Skip to content

Commit 00e83e3

Browse files
committedFeb 17, 2025
Attempt #1 at fixing workflow file
1 parent 906fc77 commit 00e83e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ on:
44
push:
55
tags:
66
- '*'
7-
tags-ignore:
8-
- 'v1'
97

108
jobs:
119
create_release:
10+
if: github.ref != 'refs/tags/v1'
1211
runs-on: ubuntu-latest
1312
name: Create Release
1413

0 commit comments

Comments
 (0)