Skip to content

Commit

Permalink
fix: fake fix commit to test semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 23, 2023
1 parent 7b717e7 commit ffcd3ed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
permissions:
id-token: write
contents: write
# outputs:
# output1: ${{ steps.semantic-release-job.outputs.released }}
steps:
# checkout the repo and supply a PAT for the changelog update commit.
- id: checkout
Expand Down Expand Up @@ -100,7 +98,6 @@ jobs:
id-token: write
contents: write
if: needs.semantic-release.released == 'true'
# if: ${{ always() && contains(join(needs.*.result, ','), 'success') }}
needs: [semantic-release, build-package]
steps:
- uses: python-semantic-release/upload-to-gh-release@main
Expand Down

0 comments on commit ffcd3ed

Please sign in to comment.