Skip to content

Commit

Permalink
fix ci build making ambiguous tag names
Browse files Browse the repository at this point in the history
fixes #29
  • Loading branch information
chrisns committed Oct 12, 2019
1 parent 3e58e65 commit 9301b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v1
if: github.event_name == 'push'
- run: echo $GITHUB_REF | sed -e 's/.*\///g' > VERSION
- run: echo $GITHUB_REF | sed -e 's/^refs\///g' -e 's/^tags\///g' > VERSION
- uses: actions/upload-artifact@v1
with:
name: VERSION
Expand Down

0 comments on commit 9301b61

Please sign in to comment.