Skip to content

Commit

Permalink
update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
hellertang committed Aug 11, 2023
1 parent 01e2348 commit ed888c0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
tag: v0.0.32
- name: Set PreRelease Version
run: echo "GORELEASER_CURRENT_TAG=v$(pulumictl get version --language generic)" >> $GITHUB_ENV
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
args: release --timeout 60m --clean
version: latest
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_GITHUB_TOKEN }}
# - name: Run GoReleaser
# uses: goreleaser/goreleaser-action@v4
# with:
# args: release --timeout 60m --clean
# version: latest
# env:
# GITHUB_TOKEN: ${{ secrets.PULUMI_GITHUB_TOKEN }}
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit ed888c0

Please sign in to comment.