Skip to content

Commit 9593313

Browse files
committed
checkout
1 parent 9c9edda commit 9593313

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/internal-release-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Publish Release
1+
name: 📦 Build and Publish Release
22

33
on:
44
workflow_dispatch:
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616

17+
- uses: actions/checkout@v3
18+
1719
- name: Create Draft Release
1820
shell: pwsh
1921
run: |

0 commit comments

Comments
 (0)