Skip to content

Commit

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

0 comments on commit 4d92fd9

Please sign in to comment.