Skip to content

Commit

Permalink
Merge branch 'BRE-224-Create-a-GitHub-Release-workflows-for-SDK' of h…
Browse files Browse the repository at this point in the history
…ttps://github.com/bitwarden/sdk into BRE-224-Create-a-GitHub-Release-workflows-for-SDK
  • Loading branch information
michalchecinski committed Sep 30, 2024
2 parents e566ddb + 5c558e5 commit b0de9ef
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ on:
options:
- Release
- Dry Run
npm_publish:
description: "Publish to NPM registry"
required: true
default: true
type: boolean
version:
description: "Release Version"
required: false
Expand Down Expand Up @@ -68,7 +63,6 @@ jobs:
name: Publish NPM
runs-on: ubuntu-22.04
needs: setup
if: inputs.npm_publish
env:
_VERSION: ${{ needs.setup.outputs.release-version }}
steps:
Expand Down Expand Up @@ -141,4 +135,4 @@ jobs:
with:
token: "${{ secrets.GITHUB_TOKEN }}"
state: "failure"
deployment-id: ${{ steps.deployment.outputs.deployment_id }}
deployment-id: ${{ steps.deployment.outputs.deployment_id }}

0 comments on commit b0de9ef

Please sign in to comment.