Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit f28c608

Browse files
committed
chore: swapping to final prerelease branch
1 parent c073d58 commit f28c608

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/workflows/check-python.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Install algokit
1717
# TODO: restore to algokit prior to release
18-
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/orchestration-linking
18+
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/command_orchestration
1919

2020
- name: Set up Python 3.12
2121
uses: actions/setup-python@v5

examples/generators/production_beaker_smart_contract_python/.github/workflows/production-beaker-smart-contract-python-cd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cache: "poetry"
2929

3030
- name: Install algokit
31-
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/orchestration-linking
31+
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/command_orchestration
3232

3333
- name: Bootstrap dependencies
3434
run: algokit bootstrap all --project-name 'production_beaker_smart_contract_python'

examples/generators/production_beaker_smart_contract_python/.github/workflows/production-beaker-smart-contract-python-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: "poetry"
2222

2323
- name: Install algokit
24-
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/orchestration-linking
24+
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/command_orchestration
2525

2626
- name: Start LocalNet
2727
run: algokit localnet start

examples/generators/production_beaker_smart_contract_typescript/.github/workflows/production-beaker-smart-contract-typescript-cd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cache: "poetry"
2929

3030
- name: Install algokit
31-
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/orchestration-linking
31+
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/command_orchestration
3232

3333
- name: Bootstrap dependencies
3434
run: algokit bootstrap all --project-name 'production_beaker_smart_contract_typescript'

examples/generators/production_beaker_smart_contract_typescript/.github/workflows/production-beaker-smart-contract-typescript-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: "poetry"
2222

2323
- name: Install algokit
24-
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/orchestration-linking
24+
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/command_orchestration
2525

2626
- name: Start LocalNet
2727
run: algokit localnet start

examples/production_beaker/.github/workflows/production-beaker-cd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cache: "poetry"
2929

3030
- name: Install algokit
31-
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/orchestration-linking
31+
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/command_orchestration
3232

3333
- name: Bootstrap dependencies
3434
run: algokit bootstrap all --project-name 'production_beaker'

examples/production_beaker/.github/workflows/production-beaker-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: "poetry"
2222

2323
- name: Install algokit
24-
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/orchestration-linking
24+
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/command_orchestration
2525

2626
- name: Start LocalNet
2727
run: algokit localnet start

template_content/{% if use_github_actions %}.github{% endif %}/workflows/{% include pathjoin('includes', 'project_name_kebab.jinja') %}-cd.yaml.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache: "poetry"
3434

3535
- name: Install algokit
36-
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/orchestration-linking
36+
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/command_orchestration
3737

3838
- name: Bootstrap dependencies
3939
run: algokit bootstrap all --project-name '{{ project_name }}'

template_content/{% if use_github_actions %}.github{% endif %}/workflows/{% include pathjoin('includes', 'project_name_kebab.jinja') %}-ci.yaml.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: "poetry"
2525

2626
- name: Install algokit
27-
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/orchestration-linking
27+
run: pipx install git+https://github.com/algorandfoundation/algokit-cli@feat/command_orchestration
2828

2929
- name: Start LocalNet
3030
run: algokit localnet start

0 commit comments

Comments
 (0)