Skip to content

Commit

Permalink
Include 'v...' tags in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
svishwanath-tw committed Jun 28, 2021
1 parent 07131fc commit 3bacef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release
on:
push:
tags: [ "?[0-9]+.[0-9]+.[0-9]+" ]
tags: [ "v?[0-9]+.[0-9]+.[0-9]+" ]

jobs:
build:
Expand All @@ -23,4 +23,4 @@ jobs:
env:
GHR_PATH: dist/
GHR_DRAFT: yes
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3bacef3

Please sign in to comment.