Skip to content

Commit

Permalink
ci: fix releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
damianopetrungaro committed May 2, 2022
1 parent dd07743 commit db4156b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/release/release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"version": "0.4.0"
}
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
uses: TriPSs/conventional-changelog-action@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
fallback-version: v0.3.0
skip-version-file: true
fallback-version: v0.4.0
version-file: ./.github/release/release.json

- name: Create Release
uses: actions/create-release@v1
Expand Down

0 comments on commit db4156b

Please sign in to comment.