Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
04d93b99
Unverified
Commit
04d93b99
authored
Jun 09, 2021
by
Paul Kaplan
Committed by
GitHub
Jun 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try again to automate release branch creation
parent
d34d8632
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
.github/workflows/main.yml
.github/workflows/main.yml
+1
-2
No files found.
.github/workflows/main.yml
View file @
04d93b99
...
...
@@ -18,7 +18,6 @@ jobs:
-
name
:
Checkout master
uses
:
actions/checkout@v2
with
:
fetch-depth
:
1
ref
:
automation-test-master
# todo change to master
-
name
:
Set output variables
id
:
vars
...
...
@@ -27,7 +26,7 @@ jobs:
-
name
:
Create release branch and merge develop
run
:
|
git checkout -b ${{ steps.vars.outputs.branch }}
git merge develop
git merge
origin/
develop
git push
-
name
:
Show merge commit
run
:
git --no-pager show
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment