Skip to content

Commit e7dbec0

Browse files
committed
release 0.1.1 with new runner image
1 parent 577c7f9 commit e7dbec0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/prod-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
build-and-release:
1717
name: Build and Create Production Release
18-
runs-on: xl-runner
18+
runs-on: ubuntu-22.04
1919

2020
steps:
2121
- uses: actions/checkout@v3
@@ -132,8 +132,8 @@ jobs:
132132
if: steps.check_tag.outputs.exists == 'false'
133133
run: |
134134
gsutil -m cp -r release-artifacts/* gs://prime-miner/v${{ steps.get_version.outputs.version }}/
135-
gsutil -m cp -r release-artifacts/* gs://prime-miner/latest/
136-
gsutil -m setmeta -h "Cache-Control:no-cache, max-age=0" gs://prime-miner/latest/**/*
135+
gsutil -m cp -r release-artifacts/* gs://prime-miner/stable/
136+
gsutil -m setmeta -h "Cache-Control:no-cache, max-age=0" gs://prime-miner/stable/**/*
137137
138138
- name: Configure Docker for Artifact Registry
139139
if: steps.check_tag.outputs.exists == 'false'

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["discovery", "miner", "validator", "shared", "orchestrator", "dev-uti
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.1.0"
6+
version = "0.1.1"
77
edition = "2021"
88

99
[workspace.features]

0 commit comments

Comments
 (0)