Shohei Ueda 3f0d4cea48
chore: Add link to create-release-npm
peaceiris/workflows/create-release-npm
2020-12-27 18:09:54 +09:00

17 lines
355 B
YAML

name: Release
on:
push:
tags:
- 'v3.*.*'
jobs:
release:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
# https://github.com/peaceiris/workflows/blob/main/create-release-npm/action.yml
- uses: peaceiris/workflows/create-release-npm@v0.7.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}