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 4316804 commit ba58ef5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: ./.github/scripts/create_changelog.sh "0.0.1" ${{ github.event.inputs.since }}
# - name: Draft release
# id: draft-release
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Draft release
id: draft-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
RELEASE_ID=$(./.github/scripts/draft_release.sh "0.0.1")
echo "release_id=$RELEASE_ID" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ba58ef5

Please sign in to comment.