Skip to content

Commit

Permalink
build: add debug logs to release GH actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SKalt committed Jun 2, 2024
1 parent 6b6366e commit 9d6ee3f
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,22 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Fetch all tags
- name: Fetch all tags
run: git fetch --force --tags
-
name: Set up Go
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
-
name: Run GoReleaser
- name: check release env vars
run: |
echo "GITHUB_TOKEN: ${GITHUB_TOKEN:0:5}*****"
echo "HOMEBREW_TAP_GITHUB_TOKEN: ${HOMEBREW_TAP_GITHUB_TOKEN:0:5}*****"
echo "SCOOP_GITHUB_TOKEN: ${SCOOP_GITHUB_TOKEN:0:5}*****"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
Expand Down

0 comments on commit 9d6ee3f

Please sign in to comment.