Skip to content

Commit ac57afc

Browse files
authored
Update blank.yml
1 parent bdfdac6 commit ac57afc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/blank.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
retention-days: 0
8181
deploy:
8282
runs-on: ubuntu-latest
83-
if: startsWith(github.ref, 'refs/tags')
83+
#if: startsWith(github.ref, 'refs/tags')
8484
needs: delivery
8585

8686
steps:
@@ -91,6 +91,8 @@ jobs:
9191
cd infra/build
9292
./debianize.sh
9393
zip --junk-paths debian.zip *.deb; mv debian.zip /tmp
94+
- name: Build a changelog
95+
run: ./infra/scripts/prepare_release_msg.sh
9496
- name: Create Release
9597
id: create_release
9698
uses: actions/create-release@v1

0 commit comments

Comments
 (0)