Skip to content

Commit 4869e06

Browse files
authored
Merge pull request #80 from TheJumpCloud/CUT-4620_FixReleaseWorkflow
CUT-4620: Fix Release Workflow
2 parents f006b87 + 62036e4 commit 4869e06

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/jcapi-powershell-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: |
9999
WF_NAME="jcapi-powershell-ci.yml"
100100
ARTIFACT_NAME="build-${{ matrix.SDKName }}"
101-
RUN_ID=`gh run --repo ${{ github.repository }} list --workflow ${WF_NAME} --branch ${{ github.ref_name }} --json databaseId --jq .[0].databaseId`
101+
RUN_ID=`gh run --repo ${{ github.repository }} list --workflow ${WF_NAME} --branch ${{ github.head_ref }} --json databaseId --jq .[0].databaseId`
102102
gh run --repo ${{ github.repository }} download ${RUN_ID} -n ${ARTIFACT_NAME}
103103
# List the artifiact directory/files
104104
ls -lR

JumpCloud.SDK.DirectoryInsights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## JumpCloud.SDK.DirectoryInsights-0.0.33
2-
Release Date: March 06, 2025
2+
Release Date: March 10, 2025
33
#### RELEASE NOTES
44
```
55
Updated existing functions based on updated swagger specs

JumpCloud.SDK.V1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## JumpCloud.SDK.V1-0.0.45
2-
Release Date: March 06, 2025
2+
Release Date: March 10, 2025
33
#### RELEASE NOTES
44
```
55
Updated existing functions based on updated swagger specs

JumpCloud.SDK.V2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## JumpCloud.SDK.V2-0.0.49
2-
Release Date: March 06, 2025
2+
Release Date: March 10, 2025
33
#### RELEASE NOTES
44
```
55
Updated existing functions based on updated swagger specs

SDKs/PowerShell/JumpCloud.SDK.DirectoryInsights/JumpCloud.SDK.DirectoryInsights.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: JumpCloud
55
#
6-
# Generated on: 3/5/2025
6+
# Generated on: 3/10/2025
77
#
88

99
@{

SDKs/PowerShell/JumpCloud.SDK.V1/JumpCloud.SDK.V1.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: JumpCloud
55
#
6-
# Generated on: 3/5/2025
6+
# Generated on: 3/10/2025
77
#
88

99
@{

SDKs/PowerShell/JumpCloud.SDK.V2/JumpCloud.SDK.V2.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: JumpCloud
55
#
6-
# Generated on: 3/6/2025
6+
# Generated on: 3/10/2025
77
#
88

99
@{

0 commit comments

Comments
 (0)