Skip to content

Commit

Permalink
Update check
Browse files Browse the repository at this point in the history
  • Loading branch information
judtinzhang committed Mar 26, 2023
1 parent 59fb63a commit eb8fb89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cdkactions_build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
GIT_TAG=${GITHUB_REF}
LIBRARY_VERSION=$(poetry version -s)
POETRY_REF=refs/tags/$LIBRARY_VERSION
if [ ${GITHUB_REF} != POETRY_REF ]; then exit 1; fi
echo LIBRARY_VERSION
echo POETRY_REF
- name: Build
run: poetry build
- name: Publish
Expand Down

0 comments on commit eb8fb89

Please sign in to comment.