Skip to content

Commit

Permalink
Cleaning this one up too
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed Jun 26, 2023
1 parent 33b8eff commit b6f849b
Showing 1 changed file with 6 additions and 20 deletions.
26 changes: 6 additions & 20 deletions .github/workflows/release_artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,10 @@ jobs:
image: connectedhomeip/chip-build-esp32:0.7.3

steps:
- uses: Wandalen/wretry.action@v1.3.0
name: Checkout
- name: Checkout
uses: actions/checkout@v3
with:
action: actions/checkout@v3.5.2
with: |
submodules: true
token: ${{ github.token }}
attempt_limit: 3
attempt_delay: 2000
ref: "${{ github.event.inputs.releaseTag }}"

ref: "${{ github.event.inputs.releaseTag }}"
- name: Bootstrap Cache
uses: ./.github/actions/bootstrap-cache
- name: Bootstrap
Expand Down Expand Up @@ -79,17 +72,10 @@ jobs:
container:
image: connectedhomeip/chip-build-efr32:0.7.3
steps:
- uses: Wandalen/wretry.action@v1.3.0
name: Checkout
- name: Checkout
uses: actions/checkout@v3
with:
action: actions/checkout@v3.5.2
with: |
submodules: true
token: ${{ github.token }}
attempt_limit: 3
attempt_delay: 2000
ref: "${{ github.event.inputs.releaseTag }}"

ref: "${{ github.event.inputs.releaseTag }}"
- name: Bootstrap Cache
uses: ./.github/actions/bootstrap-cache
- name: Bootstrap
Expand Down

0 comments on commit b6f849b

Please sign in to comment.