Skip to content

chore(api): update dockerfile entrypoint #17

chore(api): update dockerfile entrypoint

chore(api): update dockerfile entrypoint #17

Workflow file for this run

name: Semantic Release
on:
push:
branches:
- main
- alpha
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
with:
persist-credentials: false
- name: node
uses: actions/setup-node@v3
with:
node-version: 20.x
registry-url: https://registry.npmjs.org
- name: install
run: npm install --no-save @semantic-release/commit-analyzer @semantic-release/release-notes-generator @semantic-release/changelog @semantic-release/git @semantic-release/github
- name: release
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
run: npx semantic-release