Skip to content

Commit

Permalink
remove unneeded props
Browse files Browse the repository at this point in the history
  • Loading branch information
myin142 committed Oct 19, 2024
1 parent 4a84250 commit 5a6153f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
if: ${{ needs.build-info.outputs.channels != '[]' }}
with:
channels: ${{ needs.build-info.outputs.channels }}
steam-app: ${{ fromJSON(needs.build-info.outputs.steam_id) }}
godot-version: 4.3
project-path: godot
secrets: inherit
Expand All @@ -57,7 +56,6 @@ jobs:
itch-user: kuma-gee
secrets:
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
PASSWORD: ${{ needs.build-godot.outputs.password }}

release-github:
uses: kuma-gee/actions/.github/workflows/github-release.yml@main
Expand Down

0 comments on commit 5a6153f

Please sign in to comment.