We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c918dc commit 2a5e826Copy full SHA for 2a5e826
.github/workflows/publish.yml
@@ -23,6 +23,13 @@ jobs:
23
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
24
fetch-depth: 0
25
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
+
33
- name: Setup global resolver
34
run: |
35
chmod +x ./scripts/setup_global_resolver.sh
0 commit comments