diff --git a/semrel/action.yml b/semrel/action.yml index 65998e3..70dfe62 100644 --- a/semrel/action.yml +++ b/semrel/action.yml @@ -20,7 +20,7 @@ runs: with: node-version: 18.x - name: Install semantic-release extra plugins - run: npm install -g conventional-changelog-conventionalcommits @semantic-release/git @semantic-release/changelog semantic-release@21 + run: npm install -g conventional-changelog-conventionalcommits @semantic-release/git @semantic-release/changelog semantic-release@22 shell: bash - name: Create .releaserc run: | @@ -59,4 +59,4 @@ runs: run: semantic-release shell: bash env: - GH_TOKEN: ${{ inputs.gh_token }} \ No newline at end of file + GH_TOKEN: ${{ inputs.gh_token }}