Skip to content

Commit

Permalink
fix: quotes around tag in release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
garethjevans committed Feb 26, 2021
1 parent f2e7a6e commit 62da873
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 62da873

Please sign in to comment.