Skip to content

Commit

Permalink
set the version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewedy authored Apr 27, 2020
1 parent 04b5890 commit d652fbd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@ jobs:
with:
name: my-artifacts

- run: ls -R
- run: mv my-artifacts/* .

- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

- name: Create Release
id: create_release
Expand Down

0 comments on commit d652fbd

Please sign in to comment.