Skip to content

Commit 92bf130

Browse files
Update release_build_infisical_cli.yml
1 parent a8a5f68 commit 92bf130

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/release_build_infisical_cli.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55

66
push:
77
# run only against tags
8-
tags:
9-
- "v*.*.*"
8+
# tags:
9+
# - "v*.*.*"
1010

1111
permissions:
1212
contents: write
@@ -84,7 +84,7 @@ jobs:
8484

8585
goreleaser:
8686
runs-on: ubuntu-latest-8-cores
87-
# needs: [cli-integration-tests]
87+
needs: [goreleaser-windows] # TODO: Remove this once done with testing
8888
steps:
8989
- uses: actions/checkout@v3
9090
with:
@@ -180,8 +180,10 @@ jobs:
180180
with:
181181
distribution: goreleaser-pro
182182
version: v1.26.2-pro
183-
args: release --clean --config .goreleaser-windows.yaml --skip-validate
183+
args: release --clean --config .goreleaser-windows.yaml --skip-validate --skip-publish --snapshot # TODO Remove --snapshot and --skip-publish once done with testing
184184
env:
185+
GORELEASER_CURRENT_TAG: "v0.0.1" # TODO: Remove this once done with testing
186+
185187
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
186188
POSTHOG_API_KEY_FOR_CLI: ${{ secrets.POSTHOG_API_KEY_FOR_CLI }}
187189
AUR_KEY: ${{ secrets.AUR_KEY }}

0 commit comments

Comments
 (0)