Skip to content

Commit d581ca4

Browse files
authored
Make release workflow handle initial release?
Same as dentarg/gem-compare@5430e03
1 parent ff1dde8 commit d581ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- uses: actions/checkout@v3
1111
with:
1212
fetch-depth: 0
13-
- run: git push origin HEAD:v1
13+
- run: git push origin HEAD:refs/heads/v1

0 commit comments

Comments
 (0)