Skip to content

Commit

Permalink
Update release-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmelsayed authored Feb 6, 2020
1 parent c7a9ceb commit cb598da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: release build
on:
push:
create:
tags:
- 'v*'
jobs:
Expand Down Expand Up @@ -34,4 +34,4 @@ jobs:
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/v}

- name: Publish
run: make VERSION=$VERSION publish
run: make VERSION=$VERSION publish

0 comments on commit cb598da

Please sign in to comment.