Skip to content

Commit

Permalink
chore(app): change golang version to gorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
angelorc committed Jul 1, 2022
1 parent cc1c84b commit 820b9d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
# Sequence of patterns matched against refs/tags
tags:
- "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v1.0, v20.15.10
- "v[0-9]+.[0-9]+.[0-9]+-rc*" # Push events to matching v*, i.e. v1.0-rc1, v20.15.10-rc5

jobs:
release:
Expand Down

0 comments on commit 820b9d9

Please sign in to comment.