Skip to content

Commit

Permalink
need version
Browse files Browse the repository at this point in the history
  • Loading branch information
uelei committed May 2, 2022
1 parent 0b34d7f commit de7cc46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
path: dist/go_get_dolar-${{ matrix.platform }}_${{ needs.version.outputs.current-version }}
release:
runs-on: ubuntu-latest
needs: build
needs:
- version
- build
steps:
- name: Create Release
id: create_release
Expand Down

0 comments on commit de7cc46

Please sign in to comment.