wip: attempting to run shell script

This commit is contained in:
Christopher Lowenthal 2022-10-28 12:01:27 -04:00
parent cea52924fa
commit fcbd4daec9

View file

@ -8,6 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: cd $GITHUB_WORKSPACE
- run: pwd
- run: echo $(sh .github/workflows/version.sh)
- run: echo "::set-output version=$(sh .github/workflows/version.sh)"