Skip to content

Commit

Permalink
ci: pin semantic-release-config until this fix is released
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed May 3, 2024
1 parent a7c1a51 commit 69357f9
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,6 @@ on:
pull_request: {}

jobs:
release-notes:
name: Release notes preview
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./lint-release-notes
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
extra-plugins: |
@open-turo/semantic-release-config
lint:
name: Lint
runs-on: ubuntu-latest
Expand All @@ -25,7 +12,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
semantic-release-extra-plugins: |
@open-turo/semantic-release-config
@open-turo/semantic-release-config@6.1.2
test:
name: Test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 69357f9

Please sign in to comment.