Skip to content

Commit

Permalink
ci(.github/workflows/konataplugin-release.yml): $env:GitProjectTagNam…
Browse files Browse the repository at this point in the history
…e,$env:GitProjectPath
  • Loading branch information
yiyungent committed Jan 30, 2023
1 parent ac47003 commit 894627a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/KonataPlugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
- name: Create temp-release-note.md
run: |
cp utils/generate-release-note.ps1 generate-release-note.ps1
$env:GitProjectTagName="KonataPlugin"
$env:GitProjectPath="plugins/KonataPlugin/*"
./generate-release-note.ps1
shell: pwsh

Expand Down

0 comments on commit 894627a

Please sign in to comment.