14 lines
244 B
YAML
14 lines
244 B
YAML
name: Release
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
release:
|
|
uses: reuters-graphics/action-workflows/.github/workflows/changesets-release.yaml@main
|
|
secrets: inherit
|
|
with:
|
|
node_version: '20'
|
|
publish_docs: true
|