Skip to content

Commit

Permalink
chore: removes secret-presence needs from publish release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Oct 9, 2023
1 parent 112fc6e commit d9e77e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
permissions:
contents: write
packages: write
needs: [ secret-presence, publish-to-swaggerhub, github-release ]
needs: [ publish-to-swaggerhub, github-release ]
with:
downstream-version: ${{ needs.release-version.outputs.RELEASE_VERSION }}
uses: ./.github/workflows/publish-docusaurus.yaml
Expand Down

0 comments on commit d9e77e0

Please sign in to comment.