Commit cce0f19 1 parent 20f26f7 commit cce0f19 Copy full SHA for cce0f19
File tree 2 files changed +15
-14
lines changed
2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 35
35
run : rm stencil-playwright-build.zip
36
36
shell : bash
37
37
38
- - name : Bump Version
39
- run : npm version --no-git-tag-version ${{ inputs.version }}
40
- shell : bash
38
+ # TODO(NOW): We cannot do this for production builds
39
+ # - name: Bump Version
40
+ # run: npm version --no-git-tag-version ${{ inputs.version }}
41
+ # shell: bash
41
42
42
43
# Log the git diff for easy debugging
43
44
- name : Log Generated Changes
57
58
58
59
# TODO(STENCIL-1206): Add --provenance flag to the command after we've made the repo public
59
60
# https://github.blog/changelog/2023-07-26-publishing-with-npm-provenance-from-private-source-repositories-is-no-longer-supported/
60
- - name : Publish to NPM
61
- # TODO(NOW): Remove this --dry-run
62
- run : npm publish --tag ${{ inputs.tag }} --dry-run
63
- shell : bash
61
+ # - name: Publish to NPM
62
+ # # TODO(NOW): Remove this --dry-run
63
+ # run: npm publish --tag ${{ inputs.tag }} --dry-run
64
+ # shell: bash
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ jobs:
52
52
echo Version: ${{ steps.version_retrieval.outputs.VERSION_STR }}
53
53
shell : bash
54
54
55
- # - name: Run Publish Scripts
56
- # uses: ./.github/workflows/actions/publish-npm
57
- # with:
58
- # # TODO(NOW): Use ${{ inputs.tag }} instead of dev
59
- # tag: dev
60
- # version: ${{ steps.version_retrieval.outputs.VERSION_STR }}
61
- # token: ${{ secrets.NPM_TOKEN }}
55
+ - name : Run Publish Scripts
56
+ uses : ./.github/workflows/actions/publish-npm
57
+ with :
58
+ # TODO(NOW): Use ${{ inputs.tag }} instead of dev
59
+ tag : dev
60
+ version : ${{ steps.version_retrieval.outputs.VERSION_STR }}
61
+ token : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments