Skip to content

Commit

Permalink
Fix release drafter version line and name job
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Oct 16, 2024
1 parent 0cfc18e commit 3b15094
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ permissions:
pull-requests: read

jobs:
update_release_draft:
release-drafter:
name: Release Drafter
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
Expand All @@ -22,7 +23,7 @@ jobs:

- name: Set library.json version
run: |
sed -i "s/\"version\": .*/\"version\": \"${{ steps.drafter.outputs.resolved_version }}\"/g" library.json
sed -i "s/\"version\": .*/\"version\": \"${{ steps.drafter.outputs.resolved_version }}\",/g" library.json
- name: Commit changes
run: |
Expand Down

0 comments on commit 3b15094

Please sign in to comment.