build: use semrel image
This commit is contained in:
parent
2f5dd04888
commit
32be81575e
1 changed files with 3 additions and 4 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -22,9 +22,8 @@ jobs:
|
|||
uses: actions/checkout@v1
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- name: Release
|
||||
shell: bash
|
||||
- name: Create Version
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
npx semantic-release
|
||||
uses: docker://docker.pkg.github.com/caos/semantic-release/semantic-release:v0.1.2
|
||||
run: npx semantic-release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue