Skip to content

Commit

Permalink
Temporarily skip tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Mar 20, 2024
1 parent 625da33 commit 290ddaa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish-not-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
channel:
type: choice
description: NPM channel
options:
- alpha
- beta
- previous
options:
- alpha
- beta
- previous

permissions:
contents: write
Expand All @@ -23,17 +23,17 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/

- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
RELEASE_TAG=v$(node -p "require('./package.json').version")
gh release create --prerelease $RELEASE_TAG --target=$GITHUB_SHA --title="$RELEASE_TAG" --generate-notes
- run: npm ci
- run: npm test
# - run: npm ci
# - run: npm test

- name: Publish to npmjs
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit 290ddaa

Please sign in to comment.