mirror of
https://github.com/moul/sshportal.git
synced 2024-11-14 20:24:52 +08:00
13 lines
296 B
YAML
13 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 }}
|