Skip to content

Commit

Permalink
fixed minor type in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
uguraslan committed Sep 18, 2023
1 parent be189a2 commit f4e8112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
run: |
gh auth login --with-token <<< "${{ secrets.GITHUB_TOKEN }}"
decoded_merge_msg=$(echo "${{ env.PR_MERGE_MSG_BASE64 }}" | base64 --decode)
gh release create v${{ env.EXTENSION_VERSION }} ./${{ env.EXTENSION_NAME }}.v${{ env.EXTENSION_VERSION }}.vsix -t "Release v${{ env.EXTENSION_VERSION }}" -n "$decoded_merge_msg"
gh release create v${{ env.EXTENSION_VERSION }} ./${{ env.EXTENSION_NAME }}.v${{ env.EXTENSION_VERSION }}.vsix -t "bolt-vscode v${{ env.EXTENSION_VERSION }}" -n "$decoded_merge_msg"

0 comments on commit f4e8112

Please sign in to comment.