Skip to content

feat: add v2

feat: add v2 #177

Workflow file for this run

name: Release
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
release:
# The type of runner that the job will run on
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
fetch-depth: 0
token: ${{ env.GITHUB_TOKEN }}
- name: Release
uses: ridedott/release-me-action@master
with:
disable-changelog: true
node-module: true