Skip to content

Commit

Permalink
Remove extra $ in GH action yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed Nov 7, 2024
1 parent f35a364 commit 6359beb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
uses: 'euberdeveloper/ga-project-version@main'
with:
path: apps/vscode/package.json

- name: Publish GH release
uses: softprops/action-gh-release@v2
with:
name: VSC extension - v$${{ steps.extension-version.outputs.version }}
name: VSC extension - v${{ steps.extension-version.outputs.version }}
tag_name: v${{ steps.extension-version.outputs.version }}-vsix
fail_on_unmatched_files: true
files: ${{ steps.publish_extension.outputs.vsixPath }}
files: ${{ steps.publish_extension.outputs.vsixPath }}

0 comments on commit 6359beb

Please sign in to comment.