Skip to content

Commit

Permalink
chore: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Feb 29, 2024
1 parent f649afe commit b77cdb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "Current tag = ${{ env.version }}"
RELEASE_TAG="${{ env.version }}"
echo "Current tag = v${{ env.version }}"
RELEASE_TAG="v${{ env.version }}"
if [[ "${{ inputs.release-tag }}" != "" ]]; then
echo "Setting release tag to check to ${{ inputs.release-tag }}"
RELEASE_TAG="${{ inputs.release-tag }}"
Expand Down
7 changes: 0 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# IRIS_WEB

* chore: optimize (088b7ba)
* chore: optimize (8d85f69)
* chore: release 0.6.0 (e4bd646)
* Merge branch 'dev/ep-500/0.6.0' of https://github.com/AgoraIO-Extensions/iris_web into dev/ep-500/0.6.0 (4896566)
* Merge branch 'dev/ep-500/0.6.0' of https://github.com/AgoraIO-Extensions/iris_web into dev/ep-500/0.6.0 (24c5585)
* chore: optimize (5e4bc50)

## [0.6.0](https://github.com/AgoraIO-Extensions/iris_web/compare/v0.5.0...v0.6.0) (2024-02-29)


Expand Down

0 comments on commit b77cdb3

Please sign in to comment.