From e0a1be16da7f8fbd6c27a01bc4d0303055e264d0 Mon Sep 17 00:00:00 2001 From: traut Date: Sun, 14 Jul 2024 14:57:17 +0200 Subject: [PATCH] Drop github package --- .github/workflows/release.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46b1a80..dccd9cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,17 +22,3 @@ jobs: - run: yarn publish --verbose --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - release-github: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: '20.x' - registry-url: 'https://npm.pkg.github.com' - # Defaults to the user or organization that owns the workflow file - scope: '@traut' - - run: yarn - - run: yarn publish --verbose --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}