diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8d1db03..aacc42a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: CI=false yarn install CI=false yarn build - name: Create Release - uses: ncipollo/release-action@latest + uses: ncipollo/release-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: