Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka committed Feb 11, 2024
1 parent f321b89 commit fb6e1ea
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: Release tag

# on:
# push:
# tags:
# - "v*"

on:
push:
tags:
- "v*"
branches:
- '*'

jobs:
goreleaser:
Expand Down

0 comments on commit fb6e1ea

Please sign in to comment.