Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate authored Mar 16, 2020
1 parent 58b8c4c commit dfb2476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Get plain tag name
id: gettagname
shell: pwsh
run: $OUTPUT_TAG_NAME = "${{ github.event.release.tag_name }}".Substring(1)
run: echo "::set-output name=tag_name::$("${{ github.event.release.tag_name }}".Substring(1))"
- name: test
run: echo ${{ steps.gettagname.outputs.tag_name }}

0 comments on commit dfb2476

Please sign in to comment.