Skip to content

Commit 0cde9df

Browse files
authored
Merge branch 'master' into szp/polkadot-v0.9.42
2 parents 8f5ff53 + 81d5fb2 commit 0cde9df

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ jobs:
507507
body: |
508508
${{ steps.Changelog.outputs.changelog }}
509509
draft: true
510+
name: Docker ${{ github.ref_name }}
510511
files: |
511512
integritee-worker-teeracle-${{ github.ref_name }}.tar.gz
512513
integritee-client

.github/workflows/publish-draft-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Release - Publish draft
33
on:
44
push:
55
tags:
6-
# Catches v1.2.3 and v1.2.3-rc1
7-
- v[0-9]+.[0-9]+.[0-9]+*
6+
# Catches only v1.2.3 (-dev,-rc1 etc won't be released as SDK)
7+
- v[0-9]+.[0-9]+.[0-9]+
88

99
jobs:
1010
publish-draft-release:

0 commit comments

Comments
 (0)