We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a85ca2 commit cded5ecCopy full SHA for cded5ec
.github/workflows/publish-package.yml
@@ -7,6 +7,7 @@ on:
7
inputs:
8
package:
9
description: 'The package to publish'
10
+ type: choice
11
required: true
12
options:
13
- packages/batch
@@ -49,4 +50,4 @@ jobs:
49
50
uses: aws-powertools/actions/.github/actions/cached-node-modules@d406bac5563f1d8c793519a3eedfe620f6a14872
51
- name: Publish to npm
52
run: |
- NPM_CONFIG_PROVENANCE=true npx lerna publish from-package --force-publish ${{ github.event.input.package }} --git-head ${{ github.sha }} --yes
53
+ NPM_CONFIG_PROVENANCE=true npx lerna publish from-package --force-publish ${{ github.event.input.package }} --git-head ${{ github.sha }} --yes
0 commit comments