Skip to content

Commit

Permalink
Merge pull request #2956 from jorgemmsilva/chore/fix-release
Browse files Browse the repository at this point in the history
chore: (CI) actions/checkout set fetch-tags to true
  • Loading branch information
jorgemmsilva authored Oct 17, 2023
2 parents 510015e + 7779bd0 commit b88dc91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
fetch-tags: "true"

- name: Tar temporary artifacts
run: tar --exclude='temp.tar' -cf temp.tar ./
Expand Down Expand Up @@ -49,7 +51,7 @@ jobs:
run: tar -xf temp.tar && rm temp.tar && chown -R root:root .

- name: Release wasp-cli
run: goreleaser --clean -f ./tools/wasp-cli/.goreleaser.yml
run: goreleaser --debug --clean -f ./tools/wasp-cli/.goreleaser.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit b88dc91

Please sign in to comment.