Skip to content

Commit

Permalink
Release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
judtinzhang committed Mar 28, 2023
1 parent 4d92fd9 commit b6c04a0
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 @@ -44,7 +44,7 @@ jobs:
POETRY_REF=refs/tags/$LIBRARY_VERSION
echo $POETRY_REF
echo $GIT_TAG
if [ GIT_TAG != POETRY_REF ]; then exit 1; fi
if [ $GIT_TAG != $POETRY_REF ]; then exit 1; fi
- name: Build
run: poetry build
- name: Publish
Expand Down

0 comments on commit b6c04a0

Please sign in to comment.