Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

fix(release): remove unused releaserc and --no-ci flag #118

Merged
merged 1 commit into from
Oct 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
jobs:
release:
name: Release
# the closed PR trigger is not necessarily a merge
# if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -26,5 +24,4 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# semantic-release won't run on PRs without the --no-ci flag
run: npx semantic-release --no-ci --extends @socialgouv/releaserc
run: npx semantic-release --extends @socialgouv/releaserc
25 changes: 0 additions & 25 deletions .releaserc.json

This file was deleted.