Skip to content

Commit

Permalink
feat: format yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdrb committed Oct 3, 2024
1 parent 794089a commit a8b182b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- "v[0-9]+.[0-9]+.[0-9]+"

jobs:
build:
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
go-version-file: "go.mod"
- name: Build gurl
run: bash build.sh
- name: Create release
Expand Down

0 comments on commit a8b182b

Please sign in to comment.