Skip to content

Commit

Permalink
Merge branch 'develop' into release/0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenskeiner committed Aug 17, 2023
2 parents ff81bd6 + 6b0c0bd commit 4390d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Determine path to version.py from module name.
run: |
export VERSION_PATH=$(echo ${{ env.MODULE_NAME }} | sed 's/\./\//g')/version.py
echo "VERSION_PATH is $VERSION_PATH."
echo "VERSION_PATH=VERSION_PATH" >> $GITHUB_ENV
- name: Generate version.py
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Determine path to version.py from module name.
run: |
export VERSION_PATH=$(echo ${{ env.MODULE_NAME }} | sed 's/\./\//g')/version.py
echo "VERSION_PATH is $VERSION_PATH."
echo "VERSION_PATH=VERSION_PATH" >> $GITHUB_ENV
- name: Generate version.py
run: |
Expand Down

0 comments on commit 4390d4a

Please sign in to comment.