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 cea912e commit 58b8c4c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
windows:
runs-on: windows-latest
steps:
- name: test
run: echo ${{ github.event.release.tag_name.substring(1) }}
- name: Get plain tag name
id: gettagname
shell: pwsh
run: $OUTPUT_TAG_NAME = "${{ github.event.release.tag_name }}".Substring(1)
- name: test
run: echo ${{ steps.gettagname.outputs.tag_name }}

0 comments on commit 58b8c4c

Please sign in to comment.