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 864627f commit 5fbd9a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/release-drafter-alpha.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name-template: "Alpha release $RESOLVED_VERSION"
tag-template: "$RESOLVED_VERSION"
template: |
## Changes
Expand Down
2 changes: 0 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name-template: "Release $RESOLVED_VERSION"
tag-template: "$RESOLVED_VERSION"
template: |
## Changes
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
id: release-drafter
with:
disable-autolabeler: false
name: "Release ${{ needs.get-tag.outputs.tag }}"
tag: ${{ needs.get-tag.outputs.tag }}
version: ${{ needs.get-tag.outputs.tag }}
env:
Expand All @@ -59,6 +60,7 @@ jobs:
prerelease: true
latest: false
prerelease-identifier: "alpha"
name: "Alpha Release ${{ needs.get-tag.outputs.tag }}"
tag: ${{ needs.get-tag.outputs.tag }}
version: ${{ needs.get-tag.outputs.tag }}
env:
Expand Down

0 comments on commit 5fbd9a1

Please sign in to comment.