Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit c6f9923

Browse files
committed
fixup! chore: add automated PR to cdr/homebrew-coder on release
1 parent 88e8d13 commit c6f9923

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ jobs:
5353
- build_darwin
5454
- build
5555
steps:
56+
- name: Checkout code
57+
uses: actions/checkout@v2
5658
- uses: actions/download-artifact@v2
57-
- name: content
59+
- name: Debug downloaded artifacts
5860
run: sh -c "ls -al"
5961
- name: Create Release
6062
id: create_release

0 commit comments

Comments
 (0)