Skip to content

Commit

Permalink
Merge pull request #8 from teambebop6/feature/2024Jun
Browse files Browse the repository at this point in the history
Feature/2024 jun
  • Loading branch information
henryhuang authored Jun 30, 2024
2 parents b98edc3 + 481fc7c commit c50c386
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ env:
PUBLISH_BRANCH: main

jobs:
build:

build-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -27,11 +28,6 @@ jobs:
run: |
mvn -B package --file pom.xml
publish:
runs-on: ubuntu-latest
needs: build
steps:

- name: Extract branch name
id: extract_branch
shell: bash
Expand Down

0 comments on commit c50c386

Please sign in to comment.