diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4532cd1..7a14162 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -221,7 +221,7 @@ jobs: # Create new release draft - which is not publicly visible and requires manual acceptance - name: Create Release Draft id: createDraft - uses: actions/create-release@v1 + uses: actions/create-release@v1.1.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: