Skip to content

Commit

Permalink
fix: Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet authored Mar 11, 2024
1 parent 79d6adf commit 181b40b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ name: Release
on:
workflow_dispatch:
push:
branches: [master, main, alpha, beta, next]
branches: [main, alpha, beta, next]

jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: socialgouv/workflows/actions/semantic-release@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 181b40b

Please sign in to comment.