Skip to content

Commit

Permalink
ci: do not skip publish jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Sep 22, 2024
1 parent f7599c9 commit f473b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
contents: write
issues: write
pull-requests: write
if: needs.release.outputs.no-changes != 'true'
# if: needs.release.outputs.no-changes != 'true'
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
timeout-minutes: 10
permissions:
id-token: write # to enable use of OIDC for npm provenance
if: needs.release.outputs.no-changes != 'true'
# if: needs.release.outputs.no-changes != 'true'
steps:
- uses: actions/checkout@v4
- run: corepack enable
Expand Down

0 comments on commit f473b59

Please sign in to comment.