chore: Change tag pattern to globs. #1
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 event source client to pub.dev | |
on: | |
push: | |
tags: | |
- 'launchdarkly_event_source_client-v[0-9]+.[0-9]+.[0-9]+*' | |
jobs: | |
publish: | |
permissions: | |
id-token: write # This is required for authentication using OIDC | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Publish Event Source Client Package | |
uses: ./.github/actions/publish | |
with: | |
package_path: packages/event_source_client |