Skip to content

Commit

Permalink
Make release workflow handle initial release?
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg authored Sep 18, 2022
1 parent 59fa078 commit 2f13862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git push origin HEAD:v1
- run: git push origin HEAD:refs/heads/v1

0 comments on commit 2f13862

Please sign in to comment.