Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
hellertang committed May 11, 2023
1 parent b119f2a commit c4e7c78
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 c4e7c78

Please sign in to comment.