We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 365831c + b01fd91 commit 829b7a6Copy full SHA for 829b7a6
.github/workflows/release.yml
@@ -18,7 +18,7 @@ permissions:
18
19
jobs:
20
release:
21
- runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:10"]
+ runs-on: ubuntu-latest
22
name: Release a new version
23
steps:
24
- name: Get auth token
@@ -33,7 +33,7 @@ jobs:
33
token: ${{ steps.token.outputs.token }}
34
fetch-depth: 0
35
36
- - run: corepack enable
+ - run: npm i -g corepack
37
38
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
39
with:
.github/workflows/testflight.yml
@@ -3,7 +3,6 @@ on:
3
push:
4
branches:
5
- main
6
- - alwx/experiment/cirrus-labs-for-everythin
7
8
pull_request:
9
paths:
0 commit comments