Skip to content

Commit

Permalink
ci: remove pinned versions
Browse files Browse the repository at this point in the history
The latest version should have taken care of this
  • Loading branch information
tagoro9 committed May 4, 2024
1 parent a022a29 commit 1a8e991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
semantic-release-extra-plugins: |
@open-turo/semantic-release-config@6.1.2
@open-turo/semantic-release-config
test:
name: Test
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
extra-plugins: |
@open-turo/semantic-release-config@6.1.2
@open-turo/semantic-release-config

0 comments on commit 1a8e991

Please sign in to comment.