diff --git a/.github/workflows/godot-build-release.yml b/.github/workflows/godot-build-release.yml index 1afdf7540..7b1cb33a2 100644 --- a/.github/workflows/godot-build-release.yml +++ b/.github/workflows/godot-build-release.yml @@ -43,7 +43,7 @@ jobs: sudo zip build-osx-64.zip * - name: Create Release id: create_release - uses: actions/create-release@v1 + uses: actions/create-release@v1.1.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: