mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-04 11:49:45 +00:00
Remove dotnet-publish-package (#4494)
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
This commit is contained in:
parent
3b311707fd
commit
a076385044
26
.github/workflows/dotnet-publish-packages.yml
vendored
26
.github/workflows/dotnet-publish-packages.yml
vendored
@ -1,26 +0,0 @@
|
|||||||
name: '[AutoGen nuget] Publish all packages'
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
paths:
|
|
||||||
- 'dotnet/src/**'
|
|
||||||
- 'protos/**'
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
id-token: write
|
|
||||||
contents: read
|
|
||||||
jobs:
|
|
||||||
init:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
outputs:
|
|
||||||
version_suffix: ${{ steps.set_version_suffix.outputs.VERSION_SUFFIX }}
|
|
||||||
version_prefix: '0.0.1'
|
|
||||||
steps:
|
|
||||||
- name: Set version suffix
|
|
||||||
id: set_version_suffix
|
|
||||||
run: echo "VERSION_SUFFIX=$(date +%Y%m%d%H%M%S)" >> "$GITHUB_OUTPUT"
|
|
||||||
build-test-packages:
|
|
||||||
uses: ./.github/workflows/dotnet-build-test-packages.yml
|
|
||||||
needs: init
|
|
||||||
secrets: inherit
|
|
||||||
Loading…
x
Reference in New Issue
Block a user