mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-07 02:06:56 +00:00
chore: switch to semantic release
This commit is contained in:
parent
9c822dc25c
commit
42871c7c42
3 changed files with 5167 additions and 454 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
run: npm ci
|
||||
- name: release
|
||||
if: success() && endsWith(github.ref, 'master')
|
||||
run: npm run release
|
||||
run: npx semantic-release
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue