mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
🚨 Wrap long line
This commit is contained in:
parent
8dd72139a1
commit
b325020c5c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -192,7 +192,8 @@ jobs:
|
|||
--draft \
|
||||
--head "${RELEASE_BRANCH}" \
|
||||
--title "🔖 Version ${MAS_VERSION}" \
|
||||
--body "This PR contains the changes from releasing version [${MAS_VERSION}](https://github.com/mas-cli/mas/releases/tag/${MAS_VERSION})."
|
||||
--body "This PR contains the changes from releasing version \
|
||||
[${MAS_VERSION}](https://github.com/mas-cli/mas/releases/tag/${MAS_VERSION})."
|
||||
|
||||
- name: 🚰 Update mas tap formula
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue