2020-02-05 05:34:19 +00:00
|
|
|
name: Release
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
tags:
|
2020-03-07 10:32:13 +00:00
|
|
|
- 'v3.*.*'
|
2020-02-05 05:34:19 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
release:
|
|
|
|
runs-on: ubuntu-18.04
|
|
|
|
steps:
|
2020-11-23 12:43:45 +00:00
|
|
|
- uses: actions/checkout@v2
|
2020-12-27 09:09:54 +00:00
|
|
|
# https://github.com/peaceiris/workflows/blob/main/create-release-npm/action.yml
|
2020-12-28 05:50:21 +00:00
|
|
|
- uses: peaceiris/workflows/create-release-npm@v0.8.1
|
2020-02-05 05:34:19 +00:00
|
|
|
env:
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|