Skip to content

Commit 8cc10f4

Browse files
committed
fix: update workflow for SVN publishing
1 parent deee7fb commit 8cc10f4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
with:
4848
files: ${{ steps.zip.outputs.path }}
4949

50-
deploy:
51-
needs: [install, upload]
52-
uses: codesnippetspro/.github-private/.github/workflows/publish_svn.yml@main
53-
with:
54-
repo: ${{ github.repository }}
55-
branch: ${{ github.ref_name }}
56-
tag: ${{ needs.install.outputs.version}}
57-
slug: ${{ github.repository }}
58-
artifact_url: ${{ needs.upload.outputs.artifact_url }}
59-
artifact_name: ${{ needs.upload.outputs.artifact_name }}
50+
# deploy:
51+
# needs: [install, upload]
52+
# uses: codesnippetspro/.github-private/.github/workflows/publish_svn.yml@main
53+
# with:
54+
# repo: ${{ github.repository }}
55+
# branch: ${{ github.ref_name }}
56+
# tag: ${{ needs.install.outputs.version}}
57+
# slug: code-snippets
58+
# artifact_url: ${{ needs.upload.outputs.artifact_url }}
59+
# artifact_name: ${{ needs.upload.outputs.artifact_name }}

0 commit comments

Comments
 (0)