Skip to content

ci: modify github pluging for semantic-release #4

ci: modify github pluging for semantic-release

ci: modify github pluging for semantic-release #4

Workflow file for this run

---
name: Release
on:
push:
branches:
- main
jobs:
release:
name: release
runs-on: ubuntu-latest
container:
image: node:latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
make workflow-release