Skip to content

Merge pull request #65 from atlas-bi/alpha #23

Merge pull request #65 from atlas-bi/alpha

Merge pull request #65 from atlas-bi/alpha #23

Workflow file for this run

name: πŸš€ Release
on:
push:
branches: [master, alpha]
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: πŸ’Ύ Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: βŽ” Setup node
uses: actions/setup-node@v4
with:
node-version: 18
- name: πŸ“₯ Download deps
uses: bahmutov/npm-install@v1
with:
useLockFile: false
- name: πŸš€ Semantic Release
uses: cycjimmy/semantic-release-action@v3
with:
semantic_version: 18
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PAT }}