Skip to content

Commit

Permalink
Merge pull request #23 from garethjevans/fix-release
Browse files Browse the repository at this point in the history
fix: quotes around tag in release pipeline
  • Loading branch information
garethjevans authored Feb 26, 2021
2 parents f2e7a6e + 62da873 commit c1b7cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: goreleaser
on:
push:
tags:
- *
- '*'

jobs:
goreleaser:
Expand Down

0 comments on commit c1b7cc8

Please sign in to comment.