Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EPMatt committed Sep 19, 2021
1 parent 8b55677 commit a60f9e8
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 @@ -38,7 +38,7 @@ jobs:
if_false: ${{ steps.bumpr.outputs.next_version }}

- id: stripped-tag
run: "echo ::set-output name=value::$(echo ${TAG} | sed 's/refs\/tags\///')"
run: echo ::set-output name=value::$(echo ${TAG} | sed 's/refs\/tags\///')
env:
TAG: ${{ steps.tag.outputs.value }}

Expand Down

0 comments on commit a60f9e8

Please sign in to comment.