Skip to content

Commit

Permalink
KXI-30038: Update step call
Browse files Browse the repository at this point in the history
  • Loading branch information
cterry45 committed Oct 23, 2023
1 parent 5bd9d8c commit 9c9f684
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: kdb-${steps.vars.outputs.run_tag}.vsix
asset_name: kdb-${steps.vars.outputs.run_tag}.vsix
asset_path: kdb-${{ steps.vars.outputs.run_tag }}.vsix
asset_name: kdb-${{ steps.vars.outputs.run_tag }}.vsix
asset_content_type: application/octet-stream

# manual-approve:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to the kdb extension will be documented in this file.

# v9.9.9
# v9.9.8

### Internal Improvements

Expand Down

0 comments on commit 9c9f684

Please sign in to comment.