File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,13 @@ jobs:
2121 cd ${{ github.workspace }}/build-orm
2222 sh -x build.sh
2323 - name : ' Publish Release'
24- uses : eine/tip@master
24+ uses :
" marvinpinto/[email protected] " 2525 with :
26- token : ${{ secrets.GITHUB_TOKEN }}
27- # Artifact will be available for download at: https://github.com/<organization>/<repository>/releases/download/<tag >/<zip file>
26+ repo_token : " ${{ secrets.GITHUB_TOKEN }}"
27+ # Artifact will be available for download at: https://github.com/<organization>/<repository>/releases/download/<automatic_release_tag >/<zip file>
2828 # E.g. https://github.com/oracle-quickstart/oci-github-actions-runner/releases/download/orm-deploy/orm.zip
29- tag : ' orm-deploy'
29+ automatic_release_tag : " orm-deploy"
30+ prerelease : true
31+ title : " Latest Resource Manager Stack"
3032 files : |
31- ${{ github.workspace }}/build-orm/orm.zip
33+ ${{ github.workspace }}/build-orm/orm.zip
You can’t perform that action at this time.
0 commit comments