Skip to content

Commit

Permalink
fix(es8): update deployment to allow elasticsearch-8 package to be de…
Browse files Browse the repository at this point in the history
…ployed as a pre-release
  • Loading branch information
rolljee committed May 15, 2024
1 parent 50f2cac commit 8286522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

npm-deploy:
name: Build and deploy release on NPM.js
if: ${{ (github.event_name != 'workflow_dispatch' || inputs.npm_deploy) && (github.ref_name == 'master' || github.ref_name == 'beta') }}
if: ${{ (github.event_name != 'workflow_dispatch' || inputs.npm_deploy) && (github.ref_name == 'master' || github.ref_name == 'beta' || github.ref_name == 'elasticsearch-8') }}
runs-on: ubuntu-22.04
permissions:
contents: write
Expand Down

0 comments on commit 8286522

Please sign in to comment.