Skip to content

Commit

Permalink
Restore smelly old semvers
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Mar 12, 2024
1 parent 095025f commit c7ba944
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
uses: TriPSs/conventional-changelog-action@v4
id: semver
with:
git-branch: refs/heads/${{ github.event.repository.default_branch }}
github-token: ${{ secrets.github_token }}
# git-branch: refs/heads/${{ github.event.repository.default_branch }}
git-push: "false"
skip-commit: "true"
skip-on-empty: "false"
Expand Down

0 comments on commit c7ba944

Please sign in to comment.