chore(release): publish packages #4
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 mews_pedantic to pub.dev | |
on: | |
push: | |
tags: | |
- "mews_pedantic-v[0-9]+.[0-9]+.[0-9]+*" | |
jobs: | |
publish: | |
name: Publish to pub.dev | |
runs-on: ubuntu-latest | |
environment: pub.dev | |
permissions: | |
id-token: write | |
steps: | |
- name: Clone repository | |
uses: actions/checkout@v4 | |
- uses: ./.github/actions/publish | |
with: | |
working-directory: mews_pedantic |