Unverified Commit 5da92c47 by Andrew W. Lee Committed by GitHub

Fix Github release action (#682)

Reverted tag to to use `v*` prefix instead of `release/v*`.
parent 4f7c7d5d
......@@ -2,7 +2,7 @@ name: Release
on:
push:
tags:
- 'release/v*'
- 'v*'
jobs:
release:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment