Skip to content

Commit

Permalink
Get draft in upload to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Feb 2, 2022
1 parent e7c5723 commit 649a6b6
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 61 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
- uses: octokit/request-action@v2.x
id: get_latest_release
with:
route: GET /repos/:repository/releases/latest
route: GET /repos/:repository/releases
repository: ${{ github.repository }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: get upload url
id: get_upload_url
run: >
url=$(echo "$response" | jq -r '.upload_url')
url=$(echo "$response" | jq -r '[0].upload_url')
echo "::set-output name=url::$url"
env:
Expand Down
114 changes: 60 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},
"dependencies": {
"@6c65726f79/custom-titlebar": "^0.8.0",
"@electron/remote": "^2.0.1",
"@electron/remote": "^2.0.4",
"@levminer/languages": "file:languages",
"@levminer/lib": "file:lib",
"@levminer/speakeasy": "^1.3.1",
Expand All @@ -96,9 +96,9 @@
"devDependencies": {
"@tailwindcss/forms": "^0.4.0",
"concurrently": "^7.0.0",
"electron": "^16.0.7",
"electron": "^17.0.0",
"electron-builder": "^22.14.5",
"eslint": "^8.7.0",
"eslint": "^8.8.0",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-promise": "^2.0.2",
Expand All @@ -108,8 +108,8 @@
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"prettier": "^2.5.1",
"sass": "^1.49.0",
"tailwindcss": "^3.0.16"
"sass": "^1.49.4",
"tailwindcss": "^3.0.18"
},
"engines": {
"node": ">=16.0.0",
Expand Down

0 comments on commit 649a6b6

Please sign in to comment.