Skip to content

Commit

Permalink
Merge branch 'master' into dev/moul/r/sys/params
Browse files Browse the repository at this point in the history
  • Loading branch information
moul authored Oct 31, 2024
2 parents d31d255 + af05780 commit 734157f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/releaser-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create a dummy tag to avoid goreleaser failure
run: git tag v0.0.0 master

- uses: actions/setup-go@v5
with:
Expand All @@ -40,7 +42,7 @@ jobs:
with:
distribution: goreleaser-pro
version: ~> v2
args: release --clean --snapshot --nightly --config ./.github/goreleaser.yaml
args: release --clean --nightly --config ./.github/goreleaser.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
Expand Down

0 comments on commit 734157f

Please sign in to comment.