Skip to content

Commit

Permalink
[.github] fix: release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryoga-exe committed Oct 22, 2022
1 parent e4be10b commit 564eb26
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
build/snippet/data-structure.code-snippets
build/snippet/debug.code-snippets
build/snippet/graph.code-snippets
build/snippet/math.code-snippets
build/snippet/snippets.code-snippets
build/snippet/string.code-snippets
build/snippet/template.code-snippets
build/snippet/utils.code-snippets
./build/snippet/*.code-snippets

0 comments on commit 564eb26

Please sign in to comment.