mirror of
https://github.com/moul/sshportal.git
synced 2024-11-13 03:34:52 +08:00
e83216a34f
Bumps [codfish/semantic-release-action](https://github.com/codfish/semantic-release-action) from 1 to 1.9.0. - [Release notes](https://github.com/codfish/semantic-release-action/releases) - [Commits](https://github.com/codfish/semantic-release-action/compare/v1...v1.9.0) Signed-off-by: dependabot[bot] <support@github.com>
13 lines
300 B
YAML
13 lines
300 B
YAML
name: Semantic Release
|
|
|
|
on: push
|
|
|
|
jobs:
|
|
semantic-release:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@master
|
|
- uses: codfish/semantic-release-action@v1.9.0
|
|
if: github.ref == 'refs/heads/master'
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|