mirror of
https://github.com/moul/sshportal.git
synced 2024-11-15 04:36:51 +08:00
14 lines
296 B
YAML
14 lines
296 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
|
||
|
if: github.ref == 'refs/heads/master'
|
||
|
env:
|
||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|