Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
apetrynet authored Feb 16, 2021
1 parent 56e08de commit 6f1f098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
TAG_NAME: ${{ steps.get_tag_name.outputs.VERSION }}

with:
tag_name: ${{ github.ref }}
release_name: hiero-otio${{ github.ref }}
Expand Down

0 comments on commit 6f1f098

Please sign in to comment.