Skip to content

Release build 6.21.0 [ci release] #426

Release build 6.21.0 [ci release]

Release build 6.21.0 [ci release] #426

Workflow file for this run

name: PR flow
# Draft flow don't use
#... on push after PR
on:
workflow_dispatch:
jobs:
release_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Build release
run: |
npm install
npm run build
- name: Check in files
run: |
git add -f build/ Sources/
- name: Commit build files
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Release staging build [ci release]"
--create-branch

Check failure on line 34 in .github/workflows/pr-flow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-flow.yml

Invalid workflow file

You have an error in your yaml syntax on line 34
branch: "releases-${....}" # numbered by PR number
## add comment to PR about link?
## separate workflow on pr merge delete release branch?