Skip to content

Commit

Permalink
v1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Scalameta bot authored and gabro committed Feb 4, 2020
1 parent 0b71cb3 commit 3197856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Get upload url
id: get_upload_url
run: |
URL=$(curl --silent "https://api.github.com/repos/scalameta/metals-vscode/releases/latest" | jq -r '.upload_url'
URL=$(curl --silent "https://api.github.com/repos/scalameta/metals-vscode/releases/latest" | jq -r '.upload_url')
echo ::set-output name=UPLOAD_URL::$URL
- name: Upload VSIX package to release
uses: actions/[email protected]
Expand Down

0 comments on commit 3197856

Please sign in to comment.