Skip to content

Commit

Permalink
chore: fix sync-after-auto-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pddpd authored and neoddish committed May 8, 2022
1 parent 0bf15b9 commit e842d39
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- stable
- alpha # just for test semantic-release

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-after-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:

- name: Create PR
run: |
gh pr create --title "chore: update package.json and CHANGELOG" --body "🤖 Create by [[After Auto Release](https://github.com/antvis/AVA/blob/master/.github/workflows/after-auto-release.yml)]."
gh pr create --title "chore: update package.json and CHANGELOG" --body "🤖 Create by [Sync After Auto Release](https://github.com/antvis/AVA/blob/master/.github/workflows/sync-after-auto-release.yml)."
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2 changes: 0 additions & 2 deletions .releaserc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module.exports = {
branches: [
'stable',
// just for test semantic-release
{ name: 'alpha', prerelease: true },
],
extends: 'semantic-release-monorepo',
plugins: [
Expand Down

0 comments on commit e842d39

Please sign in to comment.