Skip to content

Commit

Permalink
remove deprecated flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar El Malak committed Oct 17, 2024
1 parent 6b02ff2 commit de4be62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# Esecuzione di GoReleaser per rilasci ufficiali (su tag)
- name: Run GoReleaser (Release)
if: startsWith(github.ref, 'refs/tags/v')
run: goreleaser release --clean --skip-validate --skip-publish=false
run: goreleaser release --clean --skip-publish=false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit de4be62

Please sign in to comment.