Skip to content

Commit

Permalink
test release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc committed Dec 2, 2023
1 parent 6065324 commit d7d01fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ jobs:
# install-command: 'npm install'
build: true

# Deploys the final package to NPM
deploy:
# Release the final package to NPM
release:
if: false
needs: [ adapter-tests ]

runs-on: ubuntu-latest
Expand Down

0 comments on commit d7d01fe

Please sign in to comment.