Skip to content

Commit fbcf27c

Browse files
tmp: remove dependency on commented jobs
1 parent 8fb5b89 commit fbcf27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
#CAP_GH_RELEASE_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
3131

3232
release-npm-dev:
33-
needs: ['verify-packages', 'lint-test']
33+
#needs: ['verify-packages', 'lint-test']
3434
uses: ./.github/workflows/reusable_release-npm.yml
3535
with:
3636
create-dev-release: true

0 commit comments

Comments
 (0)