Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lindnerby committed Oct 16, 2024
1 parent ba58ef5 commit 4ee8cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
echo "release_id=$RELEASE_ID" >> $GITHUB_OUTPUT
- name: Create tag
run: |
git tag "0.0.1"
git push origin "0.0.1" --tags
git tag 0.0.1
git push origin 0.0.1 --tags
outputs:
release_id: ${{ steps.draft-release.outputs.release_id }}
artifacts:
Expand Down

0 comments on commit 4ee8cc7

Please sign in to comment.