Skip to content

Commit

Permalink
Update gorelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsIgnacioPortal authored Nov 9, 2021
1 parent 3e1c10d commit deb599f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
with:
go-version: 1.17.2
-
run: cd ${{ github.workspace }} && wget https://raw.githubusercontent.com/PinkDev1/hacker-scoper/main/.github/.goreleaser.yml && pwd
run: cd ${{ github.workspace }}/.. && wget https://raw.githubusercontent.com/PinkDev1/hacker-scoper/main/.github/.goreleaser.yml && pwd
-
name: run GoReleaser
uses: goreleaser/[email protected]
with:
version: latest
args: release --rm-dist --config ${{ github.workspace }}/.goreleaser.yml
args: release --rm-dist --config ${{ github.workspace }}/../.goreleaser.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}

0 comments on commit deb599f

Please sign in to comment.