Skip to content

Commit

Permalink
Fixed version
Browse files Browse the repository at this point in the history
Former-commit-id: cc521c9
  • Loading branch information
vadzz-dev committed May 31, 2020
1 parent 254ec3e commit 058d683
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,13 @@ jobs:
zip -r js-module-windows dist-windows
zip -r js-module-linux dist-linux
- name: Display structure of downloaded files
run: ls -R
- name: Extract version
id: version
shell: bash
run: |
TAG=${GITHUB_REF/refs\/tags\//}
echo ::set-output name=BRANCH::${TAG/\/*}
echo ::set-output name=VERSION::${TAG/*\/}
- name: Create Release
id: create_release
Expand Down

0 comments on commit 058d683

Please sign in to comment.