mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Use runner with static ip for releases
This commit is contained in:
parent
d5744fb51e
commit
e9f941e3d0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
|
|
@ -12,7 +12,7 @@ permissions:
|
|||
jobs:
|
||||
set-version:
|
||||
name: Set version number
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: standard-runner-no-rights-public-ip
|
||||
outputs:
|
||||
version: ${{ steps.get_version.outputs.tag }}
|
||||
is_prerelease: ${{ steps.check_prerelease.outputs.is_prerelease }}
|
||||
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
publish-binaries:
|
||||
name: Publish to GitHub release
|
||||
needs: [set-version, create-binaries]
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: standard-runner-no-rights-public-ip
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue