Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
1.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Aelbannan committed Sep 30, 2020
1 parent e0b3c6a commit 89115ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
- run: sudo npx oclif-dev pack:deb
- run: npx oclif-dev publish:deb
- run: ls ./dist/deb
env:
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slash-graphql",
"description": "Command Line Tools to Manage Slash GraphQL",
"version": "1.12.4rc8",
"version": "1.12.5",
"author": "Dgraph Labs @dgraphlabs",
"bin": {
"slash-graphql": "./bin/run"
Expand Down

0 comments on commit 89115ef

Please sign in to comment.