Skip to content

Commit

Permalink
chore(ci): release drafter things (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Oct 18, 2024
1 parent 8cb889e commit bdffae5
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 @@ -28,7 +28,7 @@ jobs:
new_version="v$major.$minor.$new_patch"
echo Current version: v$current_version
echo New target version: $new_version
echo "tag=$tag_prefix-$new_version" >> "$GITHUB_OUTPUT"
echo "tag=$tag_prefix$new_version" >> "$GITHUB_OUTPUT"
echo "name=mDNS-Browser Release $new_version" >> "$GITHUB_OUTPUT"
- name: Run Release Drafter
Expand All @@ -37,6 +37,7 @@ jobs:
tag: ${{ steps.version.outputs.tag }}
name: ${{ steps.version.outputs.name }}
prerelease: true
make_latest: false
latest: false
publish: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bdffae5

Please sign in to comment.