diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index dc6e94b..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Publish - -on: - release: - types: [published] - -jobs: - build: - runs-on: ubuntu-latest - defaults: - run: - working-directory: ./packages/astro-feather-icons - steps: - - uses: actions/checkout@v1 - - uses: actions/setup-node@v1 - with: - node-version: 16 - registry-url: https://registry.npmjs.org/ - - - run: pnpm install - - run: npm publish --access public - env: - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} diff --git a/packages/astro-feather-icons/package.json b/packages/astro-feather-icons/package.json index d0ad415..a90478a 100644 --- a/packages/astro-feather-icons/package.json +++ b/packages/astro-feather-icons/package.json @@ -1,7 +1,7 @@ { "name": "astro-feather-icons", "description": "Feather icons for Astro (based on svelte-feather-icons by dylanblokhuis)", - "version": "0.1.0", + "version": "0.1.1", "author": "edazpotato (https://edaz.codes/)", "repository": { "url": "edazpotato/astro-feather-icons",