Skip to content

Commit

Permalink
update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hellertang committed Jul 17, 2023
1 parent 501504c commit 5e3abf6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ 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
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
args: release --timeout 60m --clean
version: latest
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_GITHUB_TOKEN }}
strategy:
Expand Down

0 comments on commit 5e3abf6

Please sign in to comment.