This repository was archived by the owner on Apr 24, 2021. It is now read-only.
File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,16 @@ jobs:
61
61
env :
62
62
AWS_ACCESS_KEY_ID : ${{secrets.AWS_ACCESS_KEY_ID}}
63
63
AWS_SECRET_ACCESS_KEY : ${{secrets.AWS_SECRET_ACCESS_KEY}}
64
+ - name : get-npm-version
65
+ id : package-version
66
+ uses : martinbeentjes/npm-get-version-action@master
64
67
- uses : actions/upload-release-asset@v1
65
68
env :
66
69
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
67
70
with :
68
71
upload_url : ${{ needs.release.outputs.upload_url }}
69
- asset_path : ./dist/deb/slash-graphql- ${{ needs.release .outputs.tag_name }}-1_amd64.deb
70
- asset_name : slash-graphql- ${{ needs.release .outputs.tag_name }}-1_amd64.deb
72
+ asset_path : ./dist/deb/slash-graphql_ ${{ steps.package-version .outputs.current-version }}-1_amd64.deb
73
+ asset_name : slash-graphql_ ${{ steps.package-version .outputs.current-version }}-1_amd64.deb
71
74
asset_content_type : application/vnd.debian.binary-package
72
75
upload_artifacts_osx :
73
76
name : Upload Artifacts - MacOS
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " slash-graphql" ,
3
3
"description" : " Command Line Tools to Manage Slash GraphQL" ,
4
- "version" : " 1.12.7 " ,
4
+ "version" : " 1.12.8 " ,
5
5
"author" : " Dgraph Labs @dgraphlabs" ,
6
6
"bin" : {
7
7
"slash-graphql" : " ./bin/run"
You can’t perform that action at this time.
0 commit comments