We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd52ce commit 6915ad3Copy full SHA for 6915ad3
.github/workflows/main.yml
@@ -15,8 +15,5 @@ jobs:
15
fetch-tags: true
16
submodules: true
17
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
21
- name: Build
22
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