Skip to content

Commit

Permalink
tmp(): comment out publish, add push step
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaskiewicz committed Mar 13, 2024
1 parent 5e24c0b commit 7fde790
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions/publish-npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ runs:
env:
NPM_TOKEN: ${{ inputs.token }}

- name: Publish to NPM
run: npm publish --tag ${{ inputs.tag }} --provenance
shell: bash
# - name: Publish to NPM
# run: npm publish --tag ${{ inputs.tag }} --provenance
# shell: bash
4 changes: 4 additions & 0 deletions .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
workflow_dispatch:
# Make this a reusable workflow, no value needed
# https://docs.github.com/en/actions/using-workflows/reusing-workflows
push:
branches:
- 'dev-release'

jobs:
build_stencil_playwright:
Expand Down Expand Up @@ -41,6 +44,7 @@ jobs:
needs: [build_stencil_playwright, get_dev_version]
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout Code
Expand Down

0 comments on commit 7fde790

Please sign in to comment.