From fd8a71771b0a8a387d1a92858d07e79d6a10585f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 08:03:21 +0000 Subject: [PATCH] ci(deps): bump deep-entertainment/godot-asset-lib-action Bumps [deep-entertainment/godot-asset-lib-action](https://github.com/deep-entertainment/godot-asset-lib-action) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/deep-entertainment/godot-asset-lib-action/releases) - [Commits](https://github.com/deep-entertainment/godot-asset-lib-action/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: deep-entertainment/godot-asset-lib-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 34a0c66..742a5b7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,7 @@ jobs: run: dotnet nuget push "${{ env.package-dir }}"/**/*.nupkg --api-key ${{ secrets.NUGET_AUTH_TOKEN }} --source https://api.nuget.org/v3/index.json - name: Push to Asset Library - uses: deep-entertainment/godot-asset-lib-action@v0.5.0 + uses: deep-entertainment/godot-asset-lib-action@v0.6.0 with: username: jiri password: ${{ secrets.GODOT_ASSET_STORE_PASSWORD }}