We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eee7ab commit ebe2d80Copy full SHA for ebe2d80
2 files changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ permissions:
11
12
jobs:
13
build:
14
- runs-on: ubuntu-latest
+ runs-on: ubuntu-x64
15
steps:
16
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
with:
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
8
9
release:
10
permissions:
contents: write
@@ -40,7 +40,7 @@ jobs:
40
asset_path: "dist/*"
41
publish:
42
needs: release
43
44
45
id-token: write
46
0 commit comments