diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 033987ee..00000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: Release - -on: - push: - tags: - - "v*" - -jobs: - release: - name: release - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Install pnpm - uses: wyvox/action-setup-pnpm@v3 - with: - pnpm-version: 8.5.1 - node-version: 18.x - node-registry-url: "https://registry.npmjs.org" - - name: Build addon - run: pnpm build - - name: auto-dist-tag - run: npx auto-dist-tag@1 --write - - name: Publish - run: npm publish - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - working-directory: ember-phone-input