Skip to content

Commit c0c15bf

Browse files
Replace main to a specific version of release-app.yml
The newest version from nrfconnect-shared requires functions that are currently not available in this app. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
1 parent 833de9b commit c0c15bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
release:
9-
uses: NordicSemiconductor/pc-nrfconnect-shared/.github/workflows/release-app.yml@main
9+
uses: NordicSemiconductor/pc-nrfconnect-shared/.github/workflows/release-app.yml@204.0.0
1010
with:
1111
source: latest (internal)
1212
secrets: inherit

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
release:
22-
uses: NordicSemiconductor/pc-nrfconnect-shared/.github/workflows/release-app.yml@main
22+
uses: NordicSemiconductor/pc-nrfconnect-shared/.github/workflows/release-app.yml@204.0.0
2323
with:
2424
source: ${{ inputs.source }}
2525
ref: ${{ inputs.ref }}

0 commit comments

Comments
 (0)