Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Jan 8, 2024
1 parent faae285 commit 57173c9
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
name: Publish to pub.dev

name: Publish
on:
pull_request:
branches: [ master ]
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
uses: dart-lang/setup-dart/.github/workflows/publish.yml@a58c7d8522f76162b1a44895e0e1415714728503
uses: dart-lang/ecosystem/.github/workflows/publish.yml@a58c7d8522f76162b1a44895e0e1415714728503

0 comments on commit 57173c9

Please sign in to comment.