Skip to content

Commit

Permalink
working...
Browse files Browse the repository at this point in the history
  • Loading branch information
DevOpsDave committed Jan 8, 2024
1 parent 40e3881 commit dfa644c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@
# in `goreleaser` to indicate this is being used in a non-interactive mode.
#
name: release
on:
#on:
# push:
# tags:
# - 'v*'

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

jobs:
goreleaser:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dfa644c

Please sign in to comment.