diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a4ea58e..252311a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,12 +49,6 @@ jobs: OUTPUT_ARTIFACT_FILE_NAME=$(ls packages/rtc/dist | awk -F/ '{print $NF}') echo "OUTPUT_ARTIFACT_FILE_NAME=$OUTPUT_ARTIFACT_FILE_NAME" >> $GITHUB_ENV - - name: Upload Artifact ⬆️ - uses: actions/upload-artifact@v3 - with: - name: ${{ env.OUTPUT_ARTIFACT_FILE_NAME }} - path: ./packages/rtc/dist/${{ env.OUTPUT_ARTIFACT_FILE_NAME }} - - name: Setup NPM auth token run: | npm set "//registry.npmjs.org/:_authToken" ${{ secrets.NPM_TOKEN }} @@ -66,7 +60,7 @@ jobs: - name: Update CHANGELOG.md and Create Release run: | - pnpm release ${{ inputs.version }} --ci --npm.allowSameVersion --github.update --github.assets=./packages/rtc/dist/${{ env.OUTPUT_ARTIFACT_FILE_NAME }} + pnpm release ${{ inputs.version }} --ci --npm.allowSameVersion --github.assets=./packages/rtc/dist/${{ env.OUTPUT_ARTIFACT_FILE_NAME }} - name: Prepare CDN Publish if: ${{ inputs.cdn }} @@ -75,7 +69,7 @@ jobs: GITHUB_RELEASE_DOWNLOAD_URL="${GITHUB_RELEASE_DOWNLOAD_PREFIX}/v${{ inputs.version }}/${{ env.OUTPUT_ARTIFACT_FILE_NAME }}" echo "GITHUB_RELEASE_DOWNLOAD_URL=${GITHUB_RELEASE_DOWNLOAD_URL}" >> $GITHUB_ENV - - name: Setup + - name: CDN Publish if: ${{ inputs.cdn }} env: UPLOAD_CDN_INTERNAL_JENKINS_HOOK: ${{ secrets.UPLOAD_CDN_INTERNAL_JENKINS_HOOK }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 4daeb0a..e69de29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,71 +0,0 @@ -# IRIS_WEB - -## 0.1.1-dev.1 (2023-10-13) - - -### Features - -* Use IrisClient/IrisClientManager to manage IAgoraRTCClient ([#7](https://github.com/AgoraIO-Extensions/iris_web/issues/7)) ([902f2f5](https://github.com/AgoraIO-Extensions/iris_web/commit/902f2f536604ba59a3a3db0e6b75fa62b801d037)) - - -### Documentation - -* update CHANGELOG.md ([25e5b5a](https://github.com/AgoraIO-Extensions/iris_web/commit/25e5b5af622f91a8d35cfd6440b80b433687e04b)) -* update CHANGELOG.md ([a07cfc7](https://github.com/AgoraIO-Extensions/iris_web/commit/a07cfc713d16e9e2723976c7c6a1d32317c84b21)) -* update CHANGELOG.md ([3ce1bce](https://github.com/AgoraIO-Extensions/iris_web/commit/3ce1bce57da5bc3b6ffb0ee380fd1fc0e67cf55b)) -* update CHANGELOG.md ([c45e8b0](https://github.com/AgoraIO-Extensions/iris_web/commit/c45e8b0966d97e6295ee2816505d6d7d8660db77)) -* update CHANGELOG.md ([faef543](https://github.com/AgoraIO-Extensions/iris_web/commit/faef543fa13c8e026f16939acaa72201b1c51d08)) -* update CHANGELOG.md ([ccebfdd](https://github.com/AgoraIO-Extensions/iris_web/commit/ccebfdd1d9e7e0bf4dbe0e59eb1f08b475cdd8d5)) - -## 0.1.1-dev.1 (2023-10-13) - - -### Features - -* Use IrisClient/IrisClientManager to manage IAgoraRTCClient ([#7](https://github.com/AgoraIO-Extensions/iris_web/issues/7)) ([902f2f5](https://github.com/AgoraIO-Extensions/iris_web/commit/902f2f536604ba59a3a3db0e6b75fa62b801d037)) - - -### Documentation - -* update CHANGELOG.md ([25e5b5a](https://github.com/AgoraIO-Extensions/iris_web/commit/25e5b5af622f91a8d35cfd6440b80b433687e04b)) -* update CHANGELOG.md ([a07cfc7](https://github.com/AgoraIO-Extensions/iris_web/commit/a07cfc713d16e9e2723976c7c6a1d32317c84b21)) -* update CHANGELOG.md ([3ce1bce](https://github.com/AgoraIO-Extensions/iris_web/commit/3ce1bce57da5bc3b6ffb0ee380fd1fc0e67cf55b)) -* update CHANGELOG.md ([c45e8b0](https://github.com/AgoraIO-Extensions/iris_web/commit/c45e8b0966d97e6295ee2816505d6d7d8660db77)) -* update CHANGELOG.md ([faef543](https://github.com/AgoraIO-Extensions/iris_web/commit/faef543fa13c8e026f16939acaa72201b1c51d08)) -* update CHANGELOG.md ([ccebfdd](https://github.com/AgoraIO-Extensions/iris_web/commit/ccebfdd1d9e7e0bf4dbe0e59eb1f08b475cdd8d5)) - -## [0.1.1-dev.1](https://github.com/AgoraIO-Extensions/iris_web/compare/v0.1.1-dev.3...v0.1.1-dev.1) (2023-10-13) - -## 0.1.1-dev.3 (2023-10-13) - - -### Features - -* Use IrisClient/IrisClientManager to manage IAgoraRTCClient ([#7](https://github.com/AgoraIO-Extensions/iris_web/issues/7)) ([902f2f5](https://github.com/AgoraIO-Extensions/iris_web/commit/902f2f536604ba59a3a3db0e6b75fa62b801d037)) - - -### Documentation - -* update CHANGELOG.md ([25e5b5a](https://github.com/AgoraIO-Extensions/iris_web/commit/25e5b5af622f91a8d35cfd6440b80b433687e04b)) -* update CHANGELOG.md ([a07cfc7](https://github.com/AgoraIO-Extensions/iris_web/commit/a07cfc713d16e9e2723976c7c6a1d32317c84b21)) -* update CHANGELOG.md ([3ce1bce](https://github.com/AgoraIO-Extensions/iris_web/commit/3ce1bce57da5bc3b6ffb0ee380fd1fc0e67cf55b)) -* update CHANGELOG.md ([c45e8b0](https://github.com/AgoraIO-Extensions/iris_web/commit/c45e8b0966d97e6295ee2816505d6d7d8660db77)) -* update CHANGELOG.md ([faef543](https://github.com/AgoraIO-Extensions/iris_web/commit/faef543fa13c8e026f16939acaa72201b1c51d08)) -* update CHANGELOG.md ([ccebfdd](https://github.com/AgoraIO-Extensions/iris_web/commit/ccebfdd1d9e7e0bf4dbe0e59eb1f08b475cdd8d5)) - -## 0.1.1-dev.1 (2023-10-13) - - -### Features - -* Use IrisClient/IrisClientManager to manage IAgoraRTCClient ([#7](https://github.com/AgoraIO-Extensions/iris_web/issues/7)) ([902f2f5](https://github.com/AgoraIO-Extensions/iris_web/commit/902f2f536604ba59a3a3db0e6b75fa62b801d037)) - - -### Documentation - -* update CHANGELOG.md ([25e5b5a](https://github.com/AgoraIO-Extensions/iris_web/commit/25e5b5af622f91a8d35cfd6440b80b433687e04b)) -* update CHANGELOG.md ([a07cfc7](https://github.com/AgoraIO-Extensions/iris_web/commit/a07cfc713d16e9e2723976c7c6a1d32317c84b21)) -* update CHANGELOG.md ([3ce1bce](https://github.com/AgoraIO-Extensions/iris_web/commit/3ce1bce57da5bc3b6ffb0ee380fd1fc0e67cf55b)) -* update CHANGELOG.md ([c45e8b0](https://github.com/AgoraIO-Extensions/iris_web/commit/c45e8b0966d97e6295ee2816505d6d7d8660db77)) -* update CHANGELOG.md ([faef543](https://github.com/AgoraIO-Extensions/iris_web/commit/faef543fa13c8e026f16939acaa72201b1c51d08)) -* update CHANGELOG.md ([ccebfdd](https://github.com/AgoraIO-Extensions/iris_web/commit/ccebfdd1d9e7e0bf4dbe0e59eb1f08b475cdd8d5)) \ No newline at end of file