Use cycjimmy/semantic-release-action@v3

This commit is contained in:
ppetzold 2023-01-13 15:57:30 +01:00
parent ab1c758def
commit 538ec24611

View File

@ -28,7 +28,7 @@ jobs:
- run: bash <(curl -s https://codecov.io/bash) - run: bash <(curl -s https://codecov.io/bash)
- name: Semantic Release - name: Semantic Release
if: github.event_name == 'push' && matrix.node-version == '18.x' if: github.event_name == 'push' && matrix.node-version == '18.x'
uses: cycjimmy/semantic-release-action@v2 uses: cycjimmy/semantic-release-action@v3
env: env:
GH_TOKEN: ${{ secrets.GH_TOKEN }} GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}