Skip to content

Commit

Permalink
chore: release github action branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob Heyder committed Feb 2, 2024
1 parent 5a567b5 commit b7dfcf2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
persist-credentials: false
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
semantic_version: 16
branches: |
[
'+([0-9])?(.{+([0-9]),x}).x',
'main'
]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit b7dfcf2

Please sign in to comment.