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 bdfdac6 commit ac57afcCopy full SHA for ac57afc
.github/workflows/blank.yml
@@ -80,7 +80,7 @@ jobs:
80
retention-days: 0
81
deploy:
82
runs-on: ubuntu-latest
83
- if: startsWith(github.ref, 'refs/tags')
+ #if: startsWith(github.ref, 'refs/tags')
84
needs: delivery
85
86
steps:
@@ -91,6 +91,8 @@ jobs:
91
cd infra/build
92
./debianize.sh
93
zip --junk-paths debian.zip *.deb; mv debian.zip /tmp
94
+ - name: Build a changelog
95
+ run: ./infra/scripts/prepare_release_msg.sh
96
- name: Create Release
97
id: create_release
98
uses: actions/create-release@v1
0 commit comments