Skip to content

Commit

Permalink
🔨 Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Jul 15, 2020
1 parent fffa745 commit 52e2813
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.14
-
name: "Dependencies"
run: |
go get github.com/fatih/color
go get github.com/projectdiscovery/gologger
-
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 52e2813

Please sign in to comment.