diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85b0e31..4839ddc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,7 +62,7 @@ jobs: name: build # Only run this for non-PR jobs. - publish_build_twlbot: + publish_build: runs-on: ubuntu-latest name: Publish build to Universal-Team/extras if: ${{ success() && !startsWith(github.ref, 'refs/pull') }} @@ -139,11 +139,11 @@ jobs: send_webhook: runs-on: ubuntu-latest - needs: [publish_build_twlbot, build] + needs: [publish_build, build] name: Send Discord webhook if: ${{ !startsWith(github.ref, 'refs/pull') }} env: - CURRENT_DATE: ${{ needs.publish_build_twlbot.outputs.current_date }} + CURRENT_DATE: ${{ needs.publish_build.outputs.current_date }} AUTHOR_NAME: ${{ needs.build.outputs.author_name }} COMMITTER_NAME: ${{ needs.build.outputs.committer_name }} COMMIT_SUBJECT: ${{ needs.build.outputs.commit_subject }}