Skip to content

Commit 3cc300d

Browse files
committed
ci: undo most changes to draft job
1 parent a7ae40e commit 3cc300d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/draft.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
3636
shell: bash
3737
run: |
38-
yarn netlify deploy --dir build --message '${{ github.event.commits[0].message }}'
38+
yarn netlify deploy --dir build --message '${{ github.event.commits[0].message }}' > log.tmp.txt 2>&1
39+
cat log.tmp.txt | grep -E 'Website draft URL:' > log.txt
3940
- name: Read deployment log
4041
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref, 'refs/heads/renovate') }}
4142
id: logs

.netlify/state.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)