Merge pull request #133 from Workiva/release_scip-dart_1.4.2 #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish | |
on: | |
push: | |
tags: | |
- '[0-9]+.[0-9]+.[0-9]+' | |
permissions: | |
contents: write | |
id-token: write | |
pull-requests: write | |
jobs: | |
# Generates and uploads sbom, and publishes to pub.dev | |
publish: | |
uses: Workiva/gha-dart-oss/.github/workflows/[email protected] |