Skip to content

Commit 31a12f0

Browse files
authored
Bump version (paritytech#22)
1 parent 6591260 commit 31a12f0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build_and_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
os: [ubuntu-20.04, macos-latest-xlarge]
17+
os: [ubuntu-20.04, macos-12-xl, macos-latest-xlarge]
1818

1919
steps:
2020
- name: Free Disk Space (Ubuntu)
@@ -75,3 +75,4 @@ jobs:
7575
tag: "v${{ steps.version.outputs.VERSION }}"
7676
artifacts: "${{ env.ARTIFACT_NAME }}.tar.zst"
7777
allowUpdates: true
78+
updateOnlyUnreleased: true

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

0 commit comments

Comments
 (0)