Skip to content

Commit

Permalink
ci: [skip ci] Fix style
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Nov 27, 2022
1 parent 43737fe commit 6c0d7bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
- released

env:
SCRIPTS_NO_INTERACTIVE: "true"
SCRIPTS_NO_INTERACTIVE: 'true'

defaults:
run:
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: "^1.19"
go-version: '^1.19'
- name: Build
run: make init
- name: GPG
Expand Down

0 comments on commit 6c0d7bb

Please sign in to comment.