Skip to content

Commit

Permalink
Merge pull request #39 from deriv-com/ako/add-auto-publish-to-npm-action
Browse files Browse the repository at this point in the history
ako/ remove the if condition as its skipping the job
  • Loading branch information
shayan-deriv authored Jan 29, 2024
2 parents 403eda9 + e61552e commit cfd5125
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish_npm_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
environment: Production
permissions:
contents: write # to be able to publish a GitHub release
Expand Down

0 comments on commit cfd5125

Please sign in to comment.