Skip to content

Commit 6915ad3

Browse files
committed
fix: Tweak Github main action
1 parent 1dd52ce commit 6915ad3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,5 @@ jobs:
1515
fetch-tags: true
1616
submodules: true
1717
ssh-key: ${{ secrets.ACCESS_KEY }}
18-
- name: Release Notes
19-
run: |
20-
git log --pretty=format:'%d %s' ${GITHUB_REF} | perl -pe 's| \(.*tag: (\d+.\d+.\d+(-preview\d{3})?)(, .*?)*\)|\n## \1\n|g' > RELEASE_NOTES.md
2118
- name: Build
2219
run: ./build.sh --target Publish --publish --source GitHUb --feed ${{ vars.ISE_NUGET_FEED }} --username ${{ vars.ISE_NUGET_USERNAME }} --token ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)