Skip to content

Commit

Permalink
debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
azahnen committed Oct 18, 2024
1 parent 01e4f38 commit 840196b
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/xtracfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,7 @@ name: xtracfg
on: [push]

jobs:
debug:
runs-on: macos-latest
steps:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
env:
NPM_TOKEN: ${{ secrets.npm_rw_token }}
with:
limit-access-to-actor: true
build_libraries:
if: ${{ github.ref_name == 'main' }}
runs-on: ${{ matrix.os.runner }}
strategy:
matrix:
Expand Down Expand Up @@ -149,7 +139,6 @@ jobs:
retention-days: 1

publish_npm:
if: ${{ github.ref_name == 'main' }}
runs-on: ubuntu-latest
needs: build_libraries
defaults:
Expand All @@ -174,10 +163,16 @@ jobs:
npm ci --ignore-scripts
npm run build
#npm run pkg
npm run publish -- --canary preminor --preid ${{ github.ref_name }} --dist-tag ${{ github.ref_name }} --registry '${{ vars.npm_registry }}' --legacy-auth "$NPM_TOKEN" --loglevel silly
#npm run publish -- --canary preminor --preid ${{ github.ref_name }} --dist-tag ${{ github.ref_name }} --registry '${{ vars.npm_registry }}' --legacy-auth "$NPM_TOKEN" --loglevel silly
- name: log2
run: |
ls -lR ./**/build
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
env:
NPM_TOKEN: ${{ secrets.npm_rw_token }}
with:
limit-access-to-actor: true

publish_docker:
if: ${{ github.ref_name == 'main' }}
Expand Down

0 comments on commit 840196b

Please sign in to comment.