Skip to content

Commit

Permalink
Merge pull request #182 from Workiva/cui-3546-att3
Browse files Browse the repository at this point in the history
Fix names in publish workflow
  • Loading branch information
rmconsole2-wf authored Apr 2, 2024
2 parents 5a57412 + 00820a7 commit 2cb9e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
create-sbom-release-asset:
Name: Create SBOM Release Asset
name: Create SBOM Release Asset
runs-on: ubuntu-latest
steps:
- name: Publish SBOM to Release Assets
Expand All @@ -22,5 +22,5 @@ jobs:
path: ./
format: cyclonedx-json
publish:
Name: Publish to pub.dev
name: Publish to pub.dev
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1

0 comments on commit 2cb9e38

Please sign in to comment.