Skip to content

Commit

Permalink
Fixed build file
Browse files Browse the repository at this point in the history
  • Loading branch information
gskjold committed Apr 9, 2020
1 parent 7f51534 commit 5e33a15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Check out code from repo
uses: actions/checkout@v1
- name: Get release version for filenames
id: release_tag
env:
GITHUB_REF: ${{ github.ref }}
run: echo ::set-output name=tag::$(echo ${GITHUB_REF:11})
Expand Down

0 comments on commit 5e33a15

Please sign in to comment.