Skip to content

Commit

Permalink
ci: remove pinned semantic-release-config version
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Jan 3, 2024
1 parent 210a7f9 commit e0a5493
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
semantic-release-extra-plugins: |
@open-turo/semantic-release-config@4.0.3
@open-turo/semantic-release-config
test:
name: Test
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
checkout-repo: false
dry-run: true
extra-plugins: |
@open-turo/semantic-release-config@4.0.3
@open-turo/semantic-release-config
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
extra-plugins: |
@open-turo/semantic-release-config@4.0.3
@open-turo/semantic-release-config

0 comments on commit e0a5493

Please sign in to comment.