Skip to content

Commit

Permalink
ci: fixed releaser action
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
  • Loading branch information
shanduur committed Nov 24, 2023
1 parent ed7498c commit 8d67401
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
color: ff7b72
description: Issue with high priority
- name: dependency
color: ff7b72
color: dadada
description: Dependency updates
- name: question
color: ffb000
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: goreleaser

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

permissions:
contents: write
Expand Down

0 comments on commit 8d67401

Please sign in to comment.