Skip to content

Commit

Permalink
One more observation
Browse files Browse the repository at this point in the history
  • Loading branch information
judtinzhang committed Feb 13, 2023
1 parent 695d590 commit 904c7be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cdkactions_build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@v2
- name: Set Environment Vrariables
run: echo GIT_TAG=${GITHUB_REF/refs\/tags\//} >> $GITHUB_ENV
- name: Verify tag
run: |-
GIT_TAG=${GITHUB_REF}
LIBRARY_VERSION=$(poetry version -s)
echo $GIT_TAG
if [[ "$GIT_TAG" != LIBRARY_VERSION ]]; then exit 1; fi
Expand Down

0 comments on commit 904c7be

Please sign in to comment.