We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2bc3c commit a17ec1fCopy full SHA for a17ec1f
.github/workflows/release.yaml
@@ -112,7 +112,7 @@ jobs:
112
name: Draft release
113
if: ${{ github.event.inputs.draft-release == 'true' || github.event_name == 'push'}} # when manually triggered or version tagged
114
needs: [extract-version, build-binary]
115
- runs-on: warp-ubuntu-2404-x64-16x
+ runs-on: ubuntu-latest
116
env:
117
VERSION: ${{ needs.extract-version.outputs.VERSION }}
118
permissions:
0 commit comments