diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c7068f9..c54a0c7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -61,33 +61,33 @@ jobs: run: | pnpm run test - Release: - needs: [Test] - if: github.ref == 'refs/heads/master' && - github.event.repository.fork == false - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 + # Release: + # needs: [Test] + # if: github.ref == 'refs/heads/master' && + # github.event.repository.fork == false + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v3 - - name: Setup Node - uses: actions/setup-node@v3 - with: - node-version: 18 + # - name: Setup Node + # uses: actions/setup-node@v3 + # with: + # node-version: 18 - - name: Setup Pnpm - uses: pnpm/action-setup@v2 - with: - version: 8 + # - name: Setup Pnpm + # uses: pnpm/action-setup@v2 + # with: + # version: 8 - - name: Install - run: | - pnpm install + # - name: Install + # run: | + # pnpm install - - name: Release 🎉 - uses: cycjimmy/semantic-release-action@v2 - with: - extends: | - @atom-ide-community/semantic-release-npm-config - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + # - name: Release 🎉 + # uses: cycjimmy/semantic-release-action@v2 + # with: + # extends: | + # @atom-ide-community/semantic-release-npm-config + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # NPM_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index 3a58398..45c06f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terser-config-atomic", - "version": "0.1.1", + "version": "1.0.0", "description": "The Terser configuration used in atom-community", "repository": "https://github.com/atom-community/terser-config-atomic", "license": "MIT", @@ -39,4 +39,4 @@ "preset", "config" ] -} \ No newline at end of file +}