Merge pull request #145 from moul/dependabot/github_actions/codfish/semantic-release-action-1.9.0

chore(deps): bump codfish/semantic-release-action from 1 to 1.9.0
This commit is contained in:
Manfred Touron 2021-05-21 11:10:32 +02:00 committed by GitHub
commit 9ed142cab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- uses: codfish/semantic-release-action@v1 - uses: codfish/semantic-release-action@v1.9.0
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}