File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5252 - name : Tag version and create release
5353 run : gh release create $VERSION --generate-notes
5454 env :
55- VERSION : ${{ needs.compare-versions.outputs.version }}
55+ VERSION : v ${{ needs.compare-versions.outputs.version }}
5656 GH_TOKEN : ${{ github.token }}
5757 - name : Log in to the Container registry
5858 uses : docker/login-action@v3
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ outputs:
1212
1313runs :
1414 using : ' docker'
15- image : ' Dockerfile '
15+ image : ' docker://ghcr.io/paritytech/get-fellows-action/action:1.0.0 '
Original file line number Diff line number Diff line change 11{
22 "name" : " get-fellows-action" ,
3- "version" : " 0 .0.1 " ,
3+ "version" : " 1 .0.0 " ,
44 "description" : " Fetch all the GitHub handles from the Fellows" ,
55 "main" : " src/index.ts" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments