diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2b0846a..423a69f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -66,7 +66,7 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: open-turo/actions-release/semantic-release@v4 + - uses: open-turo/actions-release/semantic-release@v5 id: semantic-release with: github-token: ${{ secrets.GHA_TOKEN }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ef6b463..9dbf440 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,6 +19,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: open-turo/actions-release/semantic-release@v4 + - uses: open-turo/actions-release/semantic-release@v5 with: github-token: ${{ secrets.GHA_TOKEN }}