mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #3132 from hardillb/v1.x-docker-release
Check out corect node-red-docker branch for a release
This commit is contained in:
commit
f8461d31c2
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@ -18,12 +18,8 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: 'node-red/node-red-docker'
|
repository: 'node-red/node-red-docker'
|
||||||
|
ref: 'v1.x'
|
||||||
path: 'node-red-docker'
|
path: 'node-red-docker'
|
||||||
- name: Check out node-red.github.io repository
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
repository: 'node-red/node-red.github.io'
|
|
||||||
path: 'node-red.github.io'
|
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '12'
|
node-version: '12'
|
||||||
@ -42,18 +38,4 @@ jobs:
|
|||||||
|
|
||||||
Once this is merged, you will need to create a new release with the tag `v${{ env.newVersion }}`.
|
Once this is merged, you will need to create a new release with the tag `v${{ env.newVersion }}`.
|
||||||
|
|
||||||
This PR was auto-generated by a GitHub Action. Any questions, speak to @knolleary
|
|
||||||
- run: node ./node-red/.github/scripts/update-node-red-website.js
|
|
||||||
- name: Create Website Pull Request
|
|
||||||
uses: peter-evans/create-pull-request@v2
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.NR_REPO_TOKEN }}
|
|
||||||
committer: GitHub <noreply@github.com>
|
|
||||||
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
|
||||||
path: 'node-red.github.io'
|
|
||||||
commit-message: 'Bump to ${{ env.newVersion }}'
|
|
||||||
title: '🚀 Update to Node-RED ${{ env.newVersion }} release'
|
|
||||||
body: |
|
|
||||||
Updates the Node-RED Website repo for the ${{ env.newVersion }} release.
|
|
||||||
|
|
||||||
This PR was auto-generated by a GitHub Action. Any questions, speak to @knolleary
|
This PR was auto-generated by a GitHub Action. Any questions, speak to @knolleary
|
||||||
|
Loading…
Reference in New Issue
Block a user