Skip to content

Commit

Permalink
Wrapping up debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Nov 30, 2023
1 parent 8eaf57c commit 67810fd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/built-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ jobs:
id: check-tag
if: steps.extract-version.outputs.package_version != 'false' && steps.tag-name.outputs.tag_name
run: |
echo "Checking tag: ${{ steps.tag-name.outputs.tag_name }}"
# Check if the tag exists
if [ -z "$(git tag -l ${{ steps.tag-name.outputs.tag_name }})" ]; then
echo "tag_exists=false" >> $GITHUB_OUTPUT
else
Expand Down Expand Up @@ -221,8 +218,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "PREVIOUS_TAG_VERSION: $PREVIOUS_TAG_VERSION"
if [ "$PREVIOUS_TAG_VERSION" == "false" ]; then
if [[ $DRAFT_RELEASE == "true" ]]; then
gh release create $VERSION_TAG --target "$BUILT_BRANCH" -t "$VERSION_TAG" --generate-notes -d --latest
Expand Down

0 comments on commit 67810fd

Please sign in to comment.