diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index c5da2c737..1ed01e793 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -7,11 +7,11 @@ jobs: runs-on: ubuntu-latest name: Publish latest release steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '22.x' cache: 'npm' registry-url: 'https://registry.npmjs.org' - name: Install dependencies @@ -19,7 +19,7 @@ jobs: - name: Build dist files run: yarn run build - name: Publish package - uses: JS-DevTools/npm-publish@v2 + uses: JS-DevTools/npm-publish@v3 with: token: ${{ secrets.NPM_TOKEN }} access: 'public' diff --git a/CHANGELOG.md b/CHANGELOG.md index 178a2554d..0220741d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 7.0.1 + +* Upgrade publish action version. Try and fix the publish on npm action. + ## 7.0.0 * No issues were reported with alpha versions, so this is the (maintained) stable version now. There are no changes from alpha2. diff --git a/package.json b/package.json index 5cfa270ec..9ec300365 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@deltablot/dropzone", - "version": "7.0.0", + "version": "7.0.1", "description": "Handles drag and drop of files for you.", "keywords": [ "dragndrop",