Skip to content

Commit

Permalink
fixing submodule hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan M Smolenski committed Feb 1, 2024
1 parent 8df7990 commit e2b8777
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 @@ -36,7 +36,7 @@ jobs:
echo "SUBMODULE_NAME=$SUBMODULE_NAME">>$GITHUB_ENV
GITHUB_LONG_HASH=$(git submodule status|grep $SUBMODULE_NAME|sed -E "s/ swodlr.*//" |sed -E "s/ //g")
echo "GITHUB_LONG_HASH=$GITHUB_LONG_HASH">>$GITHUB_ENV
VERSION=$(cat bumpver.toml|grep current_version |grep -v {version} |sed -E "s/current_version = //"|sed -E "s/\"//g" |sed =E "s/-//g")
VERSION=$(cat bumpver.toml|grep current_version |grep -v {version} |sed -E "s/current_version = //"|sed -E "s/\"//g" |sed -E "s/-//g")
echo "SUBMODULE_VERSION=$VERSION">>$GITHUB_ENV
- name: Trigger deploy of ${{ env.SUBMODULE_NAME}} version ${{ env.SUBMODULE_VERSION }} [${{ env.GITHUB_LONG_HASH }}] to ${{ env.VENUE }}
Expand Down

0 comments on commit e2b8777

Please sign in to comment.