diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 455b6ca..baa6145 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@master - name: "Determine release version" - uses: codfish/semantic-release-action@v1 + uses: codfish/semantic-release-action@v1.9.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}