Skip to content

Commit

Permalink
ci: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 committed Nov 8, 2024
1 parent c305064 commit 9a724ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
if: github.event.pull_request.base.ref == 'develop'
uses: release-drafter/release-drafter@v6
with:
name: "$next_version"
tag: "$next_version"
name: "${{ env.next_version }}"
tag: "${{ env.next_version }}"
prerelease: true
commitish: develop
env:
Expand All @@ -75,8 +75,8 @@ jobs:
if: github.event.pull_request.base.ref != 'develop'
uses: release-drafter/release-drafter@v6
with:
name: "$next_version"
tag: "$next_version"
name: "${{ env.next_version }}"
tag: "${{ env.next_version }}"
prerelease: false
commitish: main
env:
Expand Down

0 comments on commit 9a724ee

Please sign in to comment.