Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
fix goreleaser (#377)
Browse files Browse the repository at this point in the history
* feat: rework for MustComputeTokens

Signed-off-by: Engin Diri <[email protected]>

* feat: rework for MustComputeTokens

Signed-off-by: Engin Diri <[email protected]>

* fix gorealeaser

Signed-off-by: Engin Diri <[email protected]>

---------

Signed-off-by: Engin Diri <[email protected]>
  • Loading branch information
dirien authored Jul 22, 2024
1 parent 15a97f5 commit 1b5fed0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
- name: Set PreRelease Version
run: echo "GORELEASER_CURRENT_TAG=v$(pulumictl get version --language generic)" >> $GITHUB_ENV
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # tag=v6.0.0
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
args: -p 3 release --rm-dist
version: latest
args: release --clean
- name: Create tag
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # tag=v7.0.1
with:
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
archives:
- id: archive
name_template: '{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}'
Expand Down

0 comments on commit 1b5fed0

Please sign in to comment.