Skip to content

Commit bce052a

Browse files
committed
github: Drop the publish job's action type check
Current publish job is only triggered by published release. But, it is guarded by "released" action. The mismatched condition blocks the jobs. Drop the publish job's action type check to avoid this issue.
1 parent 99f8587 commit bce052a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/godot-asset-library.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ name: Push to Godot Asset Library
77

88
jobs:
99
publish:
10-
if: github.event.action == 'released'
1110
runs-on: ubuntu-latest
1211
name: Push new release
1312
steps:

0 commit comments

Comments
 (0)