Skip to content

Commit

Permalink
Fix the release GitHub Actions Workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouture committed Oct 11, 2023
1 parent a64da17 commit a3d1b24
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
tags:
- "v*"
- "*"

permissions:
contents: write
Expand All @@ -17,11 +17,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --force --tags

- uses: actions/setup-go@v4
with:
go-version-file: "**/go.mod"
go-version-file: "go.mod"
cache: true

- uses: docker/login-action@v3
Expand Down

0 comments on commit a3d1b24

Please sign in to comment.