Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit dc9a20f

Browse files
Switch release action to 'main' (#4649)
Part of switching default from `master` to `main`
1 parent 7686be7 commit dc9a20f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: release
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66

77
jobs:
88
release:
@@ -49,6 +49,3 @@ jobs:
4949
git config --global user.email ${{ secrets.USER_EMAIL }}
5050
dart ./script/tool/lib/src/main.dart publish-plugin --all-changed --base-sha=HEAD~ --skip-confirmation --remote=origin
5151
env: {PUB_CREDENTIALS: "${{ secrets.PUB_CREDENTIALS }}"}
52-
53-
env:
54-
DEFAULT_BRANCH: master

0 commit comments

Comments
 (0)