File tree Expand file tree Collapse file tree 6 files changed +9
-3
lines changed
Expand file tree Collapse file tree 6 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2828 - name : 🧪 Test
2929 run : npm test
3030 shell : bash
31+
Original file line number Diff line number Diff line change 3636
3737 - name : 🧪 Test Jest
3838 run : npm run test
39+
Original file line number Diff line number Diff line change @@ -103,3 +103,4 @@ jobs:
103103 run : npm publish --tag ${{ inputs.tag }} --provenance
104104 shell : bash
105105 working-directory : ${{ inputs.package-directory }}
106+
Original file line number Diff line number Diff line change 3838 with :
3939 tag : dev
4040 version : ${{ needs.get_dev_version.outputs.dev-version }}
41+
Original file line number Diff line number Diff line change @@ -27,13 +27,14 @@ permissions:
2727
2828jobs :
2929 run-dev :
30- if : ${{ github.event. inputs.channel == 'dev' }}
30+ if : ${{ inputs.channel == 'dev' }}
3131 uses : ./.github/workflows/release-dev.yml
3232 secrets : inherit
3333
3434 run-production :
35- if : ${{ github.event. inputs.channel == 'production' }}
35+ if : ${{ inputs.channel == 'production' }}
3636 uses : ./.github/workflows/release-production.yml
3737 secrets : inherit
3838 with :
39- bump : ${{ github.event.inputs.bump }}
39+ bump : ${{ inputs.bump }}
40+
Original file line number Diff line number Diff line change 4545 with :
4646 tag : latest
4747 version : ${{ inputs.bump }}
48+
You can’t perform that action at this time.
0 commit comments