Skip to content

Commit

Permalink
Fix workflow and create new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mt190502 committed Sep 14, 2023
1 parent 2fd5689 commit c897f35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean --skip-publish
args: release --clean --skip-publish --skip-validate
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea/
conf/config.yml

*.exe
packaging/Output
packaging/*.exe
*.exe

0 comments on commit c897f35

Please sign in to comment.