Skip to content

Merge pull request #20 from edly-io/enhancement/change_sdaia_logo_color #34

Merge pull request #20 from edly-io/enhancement/change_sdaia_logo_color

Merge pull request #20 from edly-io/enhancement/change_sdaia_logo_color #34

Workflow file for this run

name: Release
on:
push:
branches:
- master
- sdaia-dev
jobs:
release:
name: Release
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
run: npx semantic-release --branches sdaia-dev