mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
fix(ci): swap COMMIT_MSG between commit and nightly release
This commit is contained in:
parent
0e9eca2f9c
commit
d455408508
@ -135,12 +135,12 @@ jobs:
|
||||
release-commit:
|
||||
<<: *release
|
||||
environment:
|
||||
COMMIT_MSG: '[release]'
|
||||
COMMIT_MSG: $(git log --format=oneline -n 1 $CIRCLE_SHA1)
|
||||
|
||||
release-nightly:
|
||||
<<: *release
|
||||
environment:
|
||||
COMMIT_MSG: $(git log --format=oneline -n 1 $CIRCLE_SHA1)
|
||||
COMMIT_MSG: '[release]'
|
||||
|
||||
# Workflow definition
|
||||
workflows:
|
||||
|
Loading…
Reference in New Issue
Block a user