cleanup old file

This commit is contained in:
Florian Forster 2019-11-19 10:09:48 +01:00
parent 228395c4eb
commit d7d4cb790a
No known key found for this signature in database
GPG key ID: B03784B4B09FB794
2 changed files with 1 additions and 7 deletions

View file

@ -35,4 +35,5 @@ jobs:
- uses: brpaz/action-semantic-release@v1 - uses: brpaz/action-semantic-release@v1
with: with:
dry_run: "false" dry_run: "false"
install_plugins: "semantic-release-docker semantic-release-gcr"
branch: master branch: master

View file

@ -1,7 +0,0 @@
module.exports = {
branch: 'master',
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator"
]
};