Skip to content

Commit

Permalink
try to run
Browse files Browse the repository at this point in the history
  • Loading branch information
b-yap committed May 17, 2024
1 parent b40dd71 commit ea4a432
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,25 @@ jobs:
strategy:
fail-fast: true
matrix:
chain: ["AMPLITUDE", "PENDULUM"]
shouldReleaseAmp:
- ${{ contains(github.event.pull_request.title, 'amplitude') }}
shouldReleasePen:
- ${{ contains(github.event.pull_request.title, 'pendulum') }}
exclude:
- shouldReleaseAmp: false
chain: "AMPLITUDE"
- shouldReleasePen: false
chain: "PENDULUM"
chain: ["AMPLITUDE"]
# chain: ["AMPLITUDE", "PENDULUM"]
# shouldReleaseAmp:
# - ${{ contains(github.event.pull_request.title, 'amplitude') }}
# shouldReleasePen:
# - ${{ contains(github.event.pull_request.title, 'pendulum') }}
# exclude:
# - shouldReleaseAmp: false
# chain: "AMPLITUDE"
# - shouldReleasePen: false
# chain: "PENDULUM"
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.ref }}
fetch-depth: 0

- id: string
uses: ASzc/change-string-case-action@v6
with:
Expand Down

0 comments on commit ea4a432

Please sign in to comment.