Skip to content

Commit

Permalink
added submodule config stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan M Smolenski committed Feb 1, 2024
1 parent 73c1a6c commit fee9832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
VERSION=$(cat bumpver.toml|grep current_version |grep -v {version} |sed -E "s/current_version = //"|sed -E "s/\"//g")
echo "SUBMODULE_VERSION=$VERSION">>$GITHUB_ENV
- name: Trigger deploy of ${{ env.SUBMODULE_NAME}} version ${{ SUBMODULE_VERSION }} [${{ GITHUB_LONG_HASH }}] to ${{ env.VENUE }}
- name: Trigger deploy of ${{ env.SUBMODULE_NAME}} version ${{ env.SUBMODULE_VERSION }} [${{ env.GITHUB_LONG_HASH }}] to ${{ env.VENUE }}
run: |
# Set the required variables
repo_owner="${{ env.PROJECT_NAME }}"
Expand Down

0 comments on commit fee9832

Please sign in to comment.