File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
# maven-semantic-release requires "maven-settings.xml" in the workspace directory
33
33
run : |
34
34
mv ~/.m2/settings.xml maven-settings.xml
35
- semantic-release --dry-run --branch master --use-conveyal-workflow --skip-maven-deploy
35
+ semantic-release --dry-run --branch main --use-conveyal-workflow --skip-maven-deploy
36
36
env :
37
37
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 31
31
# maven-semantic-release requires "maven-settings.xml" in the workspace directory
32
32
run : |
33
33
mv ~/.m2/settings.xml maven-settings.xml
34
- semantic-release --branch master --use-conveyal-workflow --skip-maven-deploy
34
+ semantic-release --branch main --use-conveyal-workflow --skip-maven-deploy
35
35
env :
36
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37
37
You can’t perform that action at this time.
0 commit comments