mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Change runner to open-source-releaser in workflow
This commit is contained in:
parent
d83e271d3e
commit
33f50ba580
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build-and-release.yml
vendored
5
.github/workflows/build-and-release.yml
vendored
|
|
@ -12,7 +12,7 @@ permissions:
|
|||
jobs:
|
||||
set-version:
|
||||
name: Set version number
|
||||
runs-on: standard-runner-no-rights-public-ip
|
||||
runs-on: open-source-releaser
|
||||
outputs:
|
||||
version: ${{ steps.get_version.outputs.tag }}
|
||||
is_prerelease: ${{ steps.check_prerelease.outputs.is_prerelease }}
|
||||
|
|
@ -44,8 +44,7 @@ jobs:
|
|||
publish-binaries:
|
||||
name: Publish to GitHub release
|
||||
needs: [set-version, create-binaries]
|
||||
runs-on: standard-runner-no-rights-public-ip
|
||||
|
||||
runs-on: open-source-releaser
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue