mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-02-07 18:53:22 +00:00
Bumps [peaceiris/workflows](https://github.com/peaceiris/workflows) from v0.7.0 to v0.8.1. - [Release notes](https://github.com/peaceiris/workflows/releases) - [Commits](https://github.com/peaceiris/workflows/compare/v0.7.0...c5f4695d45956fa26dd97690a03406cbc1c8f510) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 lines
355 B
YAML
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.8.1
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|