Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit a7f9bd2

Browse files
committed
1.12.8, get ubuntu build working
1 parent fcbfdb1 commit a7f9bd2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/github_actions.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,16 @@ jobs:
6161
env:
6262
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
6363
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
6467
- uses: actions/upload-release-asset@v1
6568
env:
6669
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6770
with:
6871
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
7174
asset_content_type: application/vnd.debian.binary-package
7275
upload_artifacts_osx:
7376
name: Upload Artifacts - MacOS

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slash-graphql",
33
"description": "Command Line Tools to Manage Slash GraphQL",
4-
"version": "1.12.7",
4+
"version": "1.12.8",
55
"author": "Dgraph Labs @dgraphlabs",
66
"bin": {
77
"slash-graphql": "./bin/run"

0 commit comments

Comments
 (0)