File tree Expand file tree Collapse file tree 1 file changed +10
-17
lines changed
Expand file tree Collapse file tree 1 file changed +10
-17
lines changed Original file line number Diff line number Diff line change 1- # From : https://github.com/ncipollo/release-action
1+ # Uses action : https://github.com/ncipollo/release-action
22
33name : Create Release
44
55on :
66 workflow_dispatch :
77 inputs :
8- tag :
9- description : Draft release tag
10- required : true
11- type : string
8+ tag :
9+ description : Release tag name
10+ required : true
11+ type : string
1212
1313jobs :
14- release :
15- runs-on : ubuntu-latest
16- permissions :
17- contents : write
18- steps :
19- - uses : actions/checkout@v3
20- - uses : ncipollo/release-action@v1
21- with :
22- generateReleaseNotes : true
23- name : ${{ github.event.repository.name }} ${{ github.ref_name }}
24- skipIfReleaseExists : true
25- tag : ${{ inputs.tag }}
14+ name : call-release-workflow:
15+ uses : Andy4495/.github/.github/workflows/arduino-compile-sketches.yml@main
16+ with :
17+ tag : ${{ inputs.tag }}
18+
You can’t perform that action at this time.
0 commit comments