Update release-github.yml

master
Vitaly Mikhailov 3 years ago committed by GitHub
parent f6a1d41468
commit 7e36a0ded4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,10 +17,6 @@ on:
artifact_name:
required: true
type: string
secrets:
GITHUB_TOKEN:
description: 'A token passed from the caller workflow'
required: true
jobs:
publish-on-github:
@ -29,8 +25,7 @@ jobs:
steps:
- uses: ./.github/workflows/setup-common.yml@master
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
secrets: inherit
- name: Download Module artifact
uses: actions/download-artifact@v3

Loading…
Cancel
Save