Skip to content

Merge pull request #166 from TanDuy03/depfu/batch_all/npm/2024-10-01 #258

Merge pull request #166 from TanDuy03/depfu/batch_all/npm/2024-10-01

Merge pull request #166 from TanDuy03/depfu/batch_all/npm/2024-10-01 #258

Workflow file for this run

name: Release
on:
push:
branches:
# Change this if your primary branch is not main
- main
jobs:
main:
runs-on: ubuntu-latest
environment:
name: Semver #your environment name
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install Dependencies
run: npm install
- name: Semantic Release
uses: cycjimmy/[email protected]
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}