Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mouday committed Apr 18, 2024
1 parent bc601e1 commit 29de9f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
ref: 'dist'
token: ${{ secrets.GH_PAT }}
path: 'src/public'

# pattern public/*: cannot embed directory public/.git: invalid name .git
- name: Remove Web .git Dir
run: rm -rf src/public/.git

- name: Set up Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 29de9f8

Please sign in to comment.