Skip to content

Commit

Permalink
fix broken release workflow (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken authored Jan 18, 2024
1 parent 3582f4b commit 73f9a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
RELEASE_ID=$(./scripts/create_draft_release.sh $VERSION
RELEASE_ID=$(./scripts/create_draft_release.sh $VERSION)
echo "release_id=$RELEASE_ID" >> $GITHUB_OUTPUT
- name: Create lightweight tag
Expand Down

0 comments on commit 73f9a94

Please sign in to comment.