Skip to content

Commit

Permalink
fix: generation of release notes (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotradamczyk5 authored Aug 18, 2020
1 parent f268413 commit c1b74d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release_notes_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Get all git tags
run: |
git fetch --prune --unshallow --tags
git tag
- name: Gradle Build flankScripts and add it to PATH
run: |
./flank-scripts/bash/buildFlankScripts.sh
Expand Down

0 comments on commit c1b74d5

Please sign in to comment.