diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5b96e13..87c3f6b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -69,4 +69,4 @@ jobs: npm config list npm publish env: - NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac5b0d7..14a311c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,7 +82,7 @@ jobs: - name: Setup NodeJS uses: actions/setup-node@v2 with: - node-version: '12' + node-version: '12' - name: Configure git run: | git config --global user.email "reportportal.io" @@ -142,7 +142,7 @@ jobs: id: createRelease uses: actions/create-release@v1 env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: v${{ needs.calculate-version.outputs.releaseVersion }} release_name: Release v${{ needs.calculate-version.outputs.releaseVersion }} @@ -153,5 +153,5 @@ jobs: if: success() uses: peter-evans/repository-dispatch@v1 with: - token: ${{ secrets.GH_TOKEN }} - event-type: version-released + token: ${{ secrets.GITHUB_TOKEN }} + event-type: version-released diff --git a/CHANGELOG.md b/CHANGELOG.md index 5416a9a..32fd5f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,3 @@ - -## [5.0.14] - 2023-10-05 ### Added - `Promise.allSettled` polyfill to support NodeJS 10 ### Fixed diff --git a/VERSION b/VERSION index 4b57201..5e95ca2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.14 +5.0.14-SNAPSHOT diff --git a/package-lock.json b/package-lock.json index aed7ce0..f28a9bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@reportportal/client-javascript", - "version": "5.0.14", + "version": "5.0.13", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 8006a69..dc52c02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reportportal/client-javascript", - "version": "5.0.14", + "version": "5.0.13", "description": "ReportPortal client for Node.js", "author": "ReportPortal.io", "scripts": {