Skip to content

Commit

Permalink
Optional deploy on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
torabian committed Jan 4, 2025
1 parent cd14eb7 commit ad32957
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/fireback-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ on:
required: false
default: false
type: boolean
deploy_npm:
description: "Publish fireback ui libraries to npm"
required: false
default: false
type: boolean
jobs:

deploy_github_release:
Expand Down Expand Up @@ -372,6 +377,7 @@ jobs:
fi
fireback-npm:
if: ${{ inputs.deploy_npm == true }}
runs-on: ubuntu-latest
steps:
- name: checkout repository
Expand Down

0 comments on commit ad32957

Please sign in to comment.