We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21dcb4 commit bbf6cf7Copy full SHA for bbf6cf7
.github/workflows/release.yml
@@ -44,8 +44,13 @@ jobs:
44
with:
45
files: ${{ steps.zip.outputs.path }}
46
47
- # deploy:
48
- # needs: upload
49
- # uses: ./.github/workflows/svn_push.yml
50
- # with:
51
- # ref: ${{ github.event.release.tag_name }}
+ deploy:
+ needs: install
+ uses: codesnippetspro/.github-private/.github/workflows/publish_svn.yml@main
+ with:
+ repo: ${{ github.repository }}
52
+ branch: ${{ github.ref_name }}
53
+ tag: ${{ needs.install.outputs.version}}
54
+ slug: ${{ github.repository }}
55
+ artifact_url: ${{ needs.upload.outputs.artifact_url }}
56
+ artifact_name: ${{ needs.upload.outputs.artifact_name }}
0 commit comments