Skip to content

Commit

Permalink
[ci] fix release workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar committed Jul 21, 2020
1 parent 2fab4e5 commit cf7a6b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
- name: Checkout code
uses: actions/checkout@v2
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit cf7a6b1

Please sign in to comment.