diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f316caf..24b4cfe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,16 +29,11 @@ jobs: - name: Build Project run: npm run build # Step V - - name: Regenerate `.gitignore` - run: | - rm -f .gitignore - echo 'node_modules/' >> .gitignore - # Step VI - name: Publish to NPM Registry uses: rxfork/npm-publish@v1 with: token: ${{ secrets.NPM_TOKEN }} - # Step VII + # Step VI - name: Generate Changelog run: npx changelogithub@0.12 env: diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..8c99c61 --- /dev/null +++ b/.npmignore @@ -0,0 +1,3 @@ +node_modules/ +.github/ +.vscode/