Skip to content

Commit

Permalink
chore: minor fixes to release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Nov 22, 2024
1 parent d9115b2 commit e60f427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
title: 'chore: bump version to ${{ steps.version.outputs.new-version }}'
draft: false
body: An automated PR for next release.
commit-message: Bump package.json version to ${{ steps.version.outputs.new-version }}
commit-message: 'chore: bump version to ${{ steps.version.outputs.new-version }}'
labels: ignore-for-release
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
generateReleaseNotes: true
name: ${{ steps.get-version.outputs.package_version }}
commit: main
tag: ${{ steps.get-version.outputs.package_version }}
tag: v${{ steps.get-version.outputs.package_version }}
token: ${{ secrets.GITHUB_TOKEN }}
draft: false

0 comments on commit e60f427

Please sign in to comment.