Skip to content

Commit

Permalink
Update release tag name
Browse files Browse the repository at this point in the history
Signed-off-by: Yuntian Zhang <[email protected]>
  • Loading branch information
RadxaYuntian committed Apr 1, 2022
1 parent 7cd8c58 commit 6fb1d55
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Generate tag name
run: |
echo "tag_name=$(git rev-parse --abbrev-ref HEAD)-$(git rev-parse --short=8 HEAD)" >> $GITHUB_ENV
- name: Get time
id: time
uses: nanzm/[email protected]
Expand All @@ -22,8 +19,7 @@ jobs:
id: release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ env.tag_name }}
name: ${{ steps.time.outputs.time }}
tag_name: ${{ steps.time.outputs.time }}
body_path: README.md
token: ${{ secrets.GITHUB_TOKEN }}
target_commitish: main
Expand Down

0 comments on commit 6fb1d55

Please sign in to comment.