Skip to content

Commit

Permalink
Add release workflow for PersistentStorage (open-telemetry#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
utpilla authored Mar 18, 2022
1 parent 301cfc1 commit 595194d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-Extensions.PersistentStorage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pack OpenTelemetry.Contrib.Extensions.PersistentStorage
name: Pack OpenTelemetry.Extensions.PersistentStorage

on:
workflow_dispatch:
Expand All @@ -15,7 +15,7 @@ jobs:
build-test-pack:
runs-on: ${{ matrix.os }}
env:
PROJECT: OpenTelemetry.Contrib.Extensions.PersistentStorage
PROJECT: OpenTelemetry.Extensions.PersistentStorage

strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions opentelemetry-dotnet-contrib.sln
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
.github\workflows\markdownlint.yml = .github\workflows\markdownlint.yml
.github\workflows\package-Exporter.Stackdriver.yml = .github\workflows\package-Exporter.Stackdriver.yml
.github\workflows\package-Extensions.AWSXRay.yml = .github\workflows\package-Extensions.AWSXRay.yml
.github\workflows\package-Extensions.PersistentStorage.yml = .github\workflows\package-Extensions.PersistentStorage.yml
.github\workflows\package-Instrumentation.AWS.yml = .github\workflows\package-Instrumentation.AWS.yml
.github\workflows\package-Instrumentation.AWSLambda.yml = .github\workflows\package-Instrumentation.AWSLambda.yml
.github\workflows\package-Instrumentation.Elasticsearch.yml = .github\workflows\package-Instrumentation.Elasticsearch.yml
Expand Down

0 comments on commit 595194d

Please sign in to comment.