Skip to content

Commit

Permalink
fix: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Oct 16, 2024
1 parent a7043c2 commit 1136766
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: 📦 Release
on:
# push:
# branches:
# - master
push:
branches:
- master
workflow_dispatch:

jobs:
Expand All @@ -17,8 +17,8 @@ jobs:
persist-credentials: false
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
# with:
# extends: |
# @socialgouv/releaserc
with:
extends: |
@socialgouv/releaserc
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

0 comments on commit 1136766

Please sign in to comment.