File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ name : Release
2+
3+ on :
4+ push :
5+ tags :
6+ - ' v*'
7+
8+ jobs :
9+ release :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : actions/checkout@v2
13+ - name : Create Release
14+ id : create_release
15+ uses : actions/create-release@v1
16+ env :
17+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18+ with :
19+ tag_name : ${{ github.ref }}
20+ release_name : Release ${{ github.ref }}
21+ draft : false
22+ prerelease : false
Original file line number Diff line number Diff line change 11# Convert-Athena-QueryResults-to-Array
22
33[ ![ Latest Stable Version] ( https://poser.pugx.org/abetomo/convert-athena-query-results-to-array/v/stable )] ( https://packagist.org/packages/abetomo/convert-athena-query-results-to-array )
4- ![ PHP CI ] ( https://github.com/abetomo/Convert-Athena-QueryResults-to-Array/workflows/PHP%20CI /badge.svg )
4+ [ ![ Test ] ( https://github.com/abetomo/Convert-Athena-QueryResults-to-Array/actions/ workflows/workflow.yml /badge.svg )] ( https://github.com/abetomo/Convert-Athena-QueryResults-to-Array/actions/workflows/workflow.yml )
55
66Convert AWS Athena QueryResults to Array.
77Since the response of GetQueryResults is complicated, it converts it to a simple array.
You can’t perform that action at this time.
0 commit comments