Skip to content

Commit 2e11f22

Browse files
committed
Update github workflows
1 parent 0696330 commit 2e11f22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
# maven-semantic-release requires "maven-settings.xml" in the workspace directory
3333
run: |
3434
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
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# maven-semantic-release requires "maven-settings.xml" in the workspace directory
3232
run: |
3333
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
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737

0 commit comments

Comments
 (0)