Skip to content

Commit

Permalink
chore: add changelog gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmarco Ciaffardini authored and Gianmarco Ciaffardini committed Sep 30, 2022
1 parent 4cc8b78 commit 654cee3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
runs-on: "ubuntu-latest"

steps:
# ...
- name: "Generating Release"
- name: "Build & test"
run: |
echo "gen"
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 654cee3

Please sign in to comment.