Skip to content

Commit

Permalink
fixup! fixup! fixup! refactor(parsers): split parsers and back to sbt…
Browse files Browse the repository at this point in the history
… build def
  • Loading branch information
datYori committed Apr 16, 2024
1 parent 7184034 commit 54fb897
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ jobs:
with:
ref: ${{ github.event.client_payload.pull_request.head.sha }}
fetch-depth: 0
- if: github.event_name != 'repository_dispatch'
name: build all
run: ./rebuild.sh --release
- if: github.event_name == 'repository_dispatch'
name: build all
- name: build all
run: ./rebuild.sh
- name: sbt ci-release utils
run: ./release.sh
Expand Down

0 comments on commit 54fb897

Please sign in to comment.