Skip to content

Commit

Permalink
Update tag.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongkang-dh authored Apr 2, 2024
1 parent 20e4786 commit 812cc03
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ jobs:
new_tag="${first}.$mid.$last"
echo "New tag: $new_tag"
echo "::set-output name=new_tag::$new_tag"
- name: Tag check
run: |
echo "${{ steps.create_tag.new_tag }}"
- name: Tag commit
uses: tvdias/[email protected]
with:
repo-token: "${{ secrets.user_token }}"
tag: "${{ steps.create_tag.new_tag }}"
tag: ${{ steps.create_tag.new_tag }}

0 comments on commit 812cc03

Please sign in to comment.