Skip to content

Commit 226c6e6

Browse files
committed
Correcting workflows
1 parent c064b5b commit 226c6e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate_gh_page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: pip install -e .[doc]
1717
- name: Extract version
1818
shell: bash
19-
run: echo "##[set-output name=version;]$(python -c 'from CosmoTech_Acceleration_Library import __version__; print(__version__)')"
19+
run: echo "##[set-output name=version;]$(python -c 'from cosmotech.coal import __version__; print(__version__)')"
2020
id: version
2121
- name: Configure Git user
2222
run: |

.github/workflows/tag_latest_release_gh_page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run: pip install -e .[doc]
1616
- name: Extract version
1717
shell: bash
18-
run: echo "##[set-output name=version;]$(python -c 'from CosmoTech_Acceleration_Library import __version__; print(__version__)')"
18+
run: echo "##[set-output name=version;]$(python -c 'from cosmotech.coal import __version__; print(__version__)')"
1919
id: version
2020
- name: Configure Git user
2121
run: |

0 commit comments

Comments
 (0)