Skip to content

Commit

Permalink
Merge branch 'master' into szp/polkadot-v0.9.42
Browse files Browse the repository at this point in the history
  • Loading branch information
OverOrion authored Jun 9, 2023
2 parents 8f5ff53 + 81d5fb2 commit 0cde9df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ jobs:
body: |
${{ steps.Changelog.outputs.changelog }}
draft: true
name: Docker ${{ github.ref_name }}
files: |
integritee-worker-teeracle-${{ github.ref_name }}.tar.gz
integritee-client
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Release - Publish draft
on:
push:
tags:
# Catches v1.2.3 and v1.2.3-rc1
- v[0-9]+.[0-9]+.[0-9]+*
# Catches only v1.2.3 (-dev,-rc1 etc won't be released as SDK)
- v[0-9]+.[0-9]+.[0-9]+

jobs:
publish-draft-release:
Expand Down

0 comments on commit 0cde9df

Please sign in to comment.