Skip to content

Commit

Permalink
build: setup ci for support-4.8 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wadahiro committed May 2, 2024
1 parent 40db5e7 commit cb9fdc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release package to the Maven Central Repository
on:
push:
branches:
- master
- support-4.8

jobs:
build:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
# maven-semantic-release requires "maven-settings.xml" in the workspace directory
run: |
mv ~/.m2/settings.xml maven-settings.xml
semantic-release --branch master --prepare @conveyal/maven-semantic-release \
semantic-release --branch support-4.8 --prepare @conveyal/maven-semantic-release \
--publish @semantic-release/github,@conveyal/maven-semantic-release \
--verify-conditions @semantic-release/github,@conveyal/maven-semantic-release \
--verify-release @conveyal/maven-semantic-release\
Expand Down

0 comments on commit cb9fdc3

Please sign in to comment.