We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7be14a commit 4561aaeCopy full SHA for 4561aae
.github/workflows/ci.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
branches: [main]
8
9
+env:
10
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
11
+
12
jobs:
13
test:
14
name: Test
.github/workflows/version.yml
@@ -20,6 +20,7 @@ permissions:
20
21
env:
22
GHCR_IMAGE: ghcr.io/${{ github.repository_owner }}/seer-cli
23
24
25
26
release:
@@ -112,7 +113,7 @@ jobs:
112
113
uses: goreleaser/goreleaser-action@v6
114
with:
115
distribution: goreleaser
- version: latest
116
+ version: "~> v2"
117
args: release --clean
118
119
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments