mirror of
https://github.com/zitadel/oidc.git
synced 2026-04-28 05:59:47 -05:00
Merge pull request #4 from caos/fforootd-patch-1
chore:change semantic release
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
needs: [test, build]
|
||||
steps:
|
||||
- name: Semantic Release
|
||||
uses: cycjimmy/semantic-release-action@v2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: brpaz/action-semantic-release@v1
|
||||
with:
|
||||
dry_run: "false"
|
||||
branch: master
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
module.exports = {
|
||||
branch: 'master',
|
||||
plugins: [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator"
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user