Skip to content

Commit 2a5e826

Browse files
committed
Missed a spot in initial PR
1 parent 1c918dc commit 2a5e826

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ jobs:
2323
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
2424
fetch-depth: 0
2525

26+
- name: Checkout Global Scripts
27+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
28+
with:
29+
repository: akka/github-actions-scripts
30+
path: scripts
31+
fetch-depth: 0
32+
2633
- name: Setup global resolver
2734
run: |
2835
chmod +x ./scripts/setup_global_resolver.sh

0 commit comments

Comments
 (0)