Skip to content

Commit

Permalink
Finally 🤦‍♂️ [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Jan 15, 2020
1 parent 7dedf52 commit 2620798
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Upload Release Asset
on:
push:
tags:
- 'ignore*'
- '*'

jobs:
build:
Expand Down Expand Up @@ -83,8 +83,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ steps.get-version.outputs.VERSION }}
release_name: v${{ steps.get-version.outputs.VERSION }}
tag_name: ${{ github.ref }}
release_name: ${{ steps.get-version.outputs.VERSION }}
body: 'All notable changes to this version has been documented in the CHANGELOG.md file.'
draft: true
prerelease: false
Expand Down

0 comments on commit 2620798

Please sign in to comment.