dependabot[bot] 087a759f90
ci: bump peaceiris/workflows from 0.17.1 to 0.17.2 (#794)
Bumps [peaceiris/workflows](https://github.com/peaceiris/workflows) from 0.17.1 to 0.17.2.
- [Release notes](https://github.com/peaceiris/workflows/releases)
- [Commits](https://github.com/peaceiris/workflows/compare/v0.17.1...v0.17.2)

---
updated-dependencies:
- dependency-name: peaceiris/workflows
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-25 00:47:51 +09:00

17 lines
356 B
YAML

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