Skip to content

Commit

Permalink
fix(release): set fixed versions of semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabrielpanga committed May 8, 2023
1 parent 2225c4e commit ff10c25
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,17 @@ jobs:
id: release
uses: cycjimmy/semantic-release-action@v3
with:
semantic_version: 19
working_directory: ./Pluggy.SDK
extra_plugins: |
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
@semantic-release/release-notes-generator@10
@semantic-release/github
@semantic-release/git
@semantic-release/exec
@semantic-release/git@10
@semantic-release/exec@6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUNNER_DEBUG: 1

- name: 'Pack & Publish project'
if: ${{ steps.release.outputs.new_release_version }}
Expand Down

0 comments on commit ff10c25

Please sign in to comment.