diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f978e2d..6d18ead 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,8 +124,9 @@ jobs: uses: softprops/action-gh-release@v1 with: body_path: ${{ env.PROJECT_FOLDER }}/.github/workflows/release_template.md + draft: true + prerelease: true + token: ${{ secrets.PAT }} # Use a personal access token such that the asetlib_sync.yml is triggered by this release! files: | ${{ env.PROJECT_FOLDER }}/demo.zip - ${{ env.PROJECT_FOLDER }}/${{ env.TARGET_PATH }}/../bin.zip - draft: true - prerelease: true \ No newline at end of file + ${{ env.PROJECT_FOLDER }}/${{ env.TARGET_PATH }}/../bin.zip \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md index 3bf4d90..e52be35 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Piet Bronders +Copyright (c) 2022-2024 Piet Bronders Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/demo/addons/godot-krita-importer/godot-krita-importer.gd b/demo/addons/godot-krita-importer/godot-krita-importer.gd index 0b0bf6b..782a610 100644 --- a/demo/addons/godot-krita-importer/godot-krita-importer.gd +++ b/demo/addons/godot-krita-importer/godot-krita-importer.gd @@ -1,5 +1,5 @@ # ############################################################################ # -# Copyright © 2022 Piet Bronders +# Copyright © 2022-2024 Piet Bronders # Licensed under the MIT License. # See LICENSE in the project root for license information. # ############################################################################ # diff --git a/demo/addons/godot-krita-importer/krita_import_plugin.gd b/demo/addons/godot-krita-importer/krita_import_plugin.gd index 1e76410..c4b9866 100644 --- a/demo/addons/godot-krita-importer/krita_import_plugin.gd +++ b/demo/addons/godot-krita-importer/krita_import_plugin.gd @@ -1,5 +1,5 @@ # ############################################################################ # -# Copyright © 2022 Piet Bronders +# Copyright © 2022-2024 Piet Bronders # Licensed under the MIT License. # See LICENSE in the project root for license information. # ############################################################################ #