Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
odanado committed Dec 7, 2024
1 parent 75045b2 commit 8cc3586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
TITLE=$(gh issue view 5 --json "title" --jq ".title")
VERSION=${TITLE#Next version: }
echo 'tag=$VERSION' >> $GITHUB_OUTPUT
echo "tag=$VERSION" >> $GITHUB_OUTPUT
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 8cc3586

Please sign in to comment.