From 0de45bde1589270a4ed46661c1471abc2ca8ee78 Mon Sep 17 00:00:00 2001 From: redbinder Date: Thu, 28 Aug 2025 16:42:21 +0200 Subject: [PATCH] chore(cleanup): removed github actions configuration --- .github/workflows/publish.yml | 20 -------------------- .gitignore | 1 - 2 files changed, 21 deletions(-) delete mode 100644 .github/workflows/publish.yml delete mode 100644 .gitignore diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index 55eb4ea8..00000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Publish to NPM - -on: - push: - branches: - - master - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 22 - registry-url: "https://registry.npmjs.org" - - name: Publishing - run: npm publish --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.gitignore b/.gitignore deleted file mode 100644 index bdf6ba9d..00000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -error.log