Skip to content

Commit

Permalink
ci(deps): move to new major version branch for semantic-release-action
Browse files Browse the repository at this point in the history
there is no major version tagging for this repo, the v4, v3 etc. versions are refs (branches), not tags. The most recent release is also always on ref "main", but we do not want unplanned major version changes.
  • Loading branch information
mgerlach committed Sep 18, 2023
1 parent 947afb1 commit f7228b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:

- name: Create new release
id: release
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f7228b8

Please sign in to comment.