Skip to content

chore: add private reference for publish command #7

chore: add private reference for publish command

chore: add private reference for publish command #7

Workflow file for this run

name: ci
on:
push:
branches: [v4, alpha, beta]
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
permissions:
contents: write
id-token: write
jobs:
test-and-publish:
name: Test
if: github.repository == 'Vibrant-Colors/node-vibrant'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Tools
uses: tanstack/config/.github/setup@main
- name: Run Tests
run: pnpm run test