Skip to content

Commit

Permalink
DEV: remove unneeded CD steps (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
FirefoxMetzger committed Jul 25, 2022
1 parent b04a95a commit 0d99c51
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ jobs:
echo "::set-output name=release::true"
echo "Releasing v$(semantic-release print-version)"
fi
- name: Skipping Release
if: ${{ steps.skippy.outputs.release == 'false' }}
run: echo ${{ steps.skippy.outputs.release }}
- name: Releasing New Version
if: ${{ steps.skippy.outputs.release == 'true' }}
run: echo ${{ steps.skippy.outputs.release }}
docs:
name: Build Docs
Expand Down

0 comments on commit 0d99c51

Please sign in to comment.