Skip to content

Commit

Permalink
Fix Github release action (ctran#682)
Browse files Browse the repository at this point in the history
Reverted tag to to use `v*` prefix instead of `release/v*`.
  • Loading branch information
drwl authored and peterfication committed Jan 20, 2020
1 parent a939480 commit 3264469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
tags:
- 'release/v*'
- 'v*'

jobs:
release:
Expand Down

0 comments on commit 3264469

Please sign in to comment.