Skip to content

Commit 43568d6

Browse files
committed
format
1 parent 30af0f6 commit 43568d6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release arduino-router
33
on:
44
push:
55
tags:
6-
- "[0-9]+.[0-9]+.[0-9]+*"
6+
- "[0-9]+.[0-9]+.[0-9]+*"
77

88
env:
99
GO_VERSION: "1.25.1"

Taskfile.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ tasks:
6262
vars:
6363
ARCH: '{{.ARCH | default "arm64"}}'
6464

65-
6665
release:
6766
desc: Create a tag on the current commit and push it to the remote to create the release
6867
cmds:

0 commit comments

Comments
 (0)