Skip to content

Commit

Permalink
release: clickstream Android 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweii committed Jan 8, 2024
1 parent 6a8ee59 commit fe9b318
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
echo "${{ env.COMMIT_MESSAGE }}"
version=$(echo "${{ env.COMMIT_MESSAGE }}" | grep -oP 'Android \K\d+\.\d+\.\d+')
echo $version
echo v$version
# git config user.name '${{ vars.USER_NAME }}'
# git config user.email '${{ vars.USER_EMAIL }}'
# git tag v${{ env.NEW_VERSION }}
# git tag v$version
# git push origin v$version
# - name: Assemble release
# run: |
Expand Down

0 comments on commit fe9b318

Please sign in to comment.