Skip to content

Commit f706a62

Browse files
Update pack_publish.yml
Updated to include publish status
1 parent ee3dd2e commit f706a62

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/pack_publish.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ permissions:
88
contents: write
99
pull-requests: write
1010
packages: write
11-
11+
statuses: write
12+
1213
jobs:
1314
set-config:
1415
uses: Stillpoint-Software/shared-workflows/.github/workflows/determine_build_configuration.yml@main
@@ -25,3 +26,9 @@ jobs:
2526
build_configuration: ${{ needs.set-config.outputs.build_configuration }}
2627
secrets:
2728
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
29+
result:
30+
needs: [publish]
31+
if: always()
32+
runs-on: ubuntu-latest
33+
steps:
34+
- run: echo "Pack & Publish result = ${{ needs.publish.result }}"

0 commit comments

Comments
 (0)