Skip to content

Commit

Permalink
chore: fix the expression of github release version (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: xiaoweii <xiaoweii@amazom.com>
  • Loading branch information
zhu-xiaowei and xiaoweii authored Feb 1, 2024
1 parent 2ef8728 commit 416ccab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
- name: Create GitHub release
uses: softprops/action-gh-release@v1
with:
name: "Clickstream Android $release_version"
name: "Clickstream Android ${{ env.release_version }}"
files: |
clickstream/build/outputs/aar/clickstream-release.aar
tag_name: "v$release_version"
tag_name: "${{ env.release_version }}"
prerelease: true
generate_release_notes: true

0 comments on commit 416ccab

Please sign in to comment.