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 19b14a8 commit adae1c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ jobs:
run: |
SUBMODULE_NAME="swodlr-user-notify"
echo "SUBMODULE_NAME=$SUBMODULE_NAME">>$GITHUB_ENV
ls -al
cd $SUBMODULE_NAME
GITHUB_LONG_HASH=$(github rev-parse HEAD)
GITHUB_LONG_HASH=$(git rev-parse HEAD)
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")
echo "SUBMODULE_VERSION=$VERSION">>$GITHUB_ENV
Expand Down

0 comments on commit adae1c9

Please sign in to comment.