Skip to content

Commit 205328d

Browse files
committed
replaced eine/tip by marvinpinto/[email protected] action
1 parent ca89d35 commit 205328d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/action-latest-release.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)