Skip to content

Commit

Permalink
fix pub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar authored May 31, 2024
1 parent f34da98 commit 3373fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Publish to pub.dev
on:
push:
tags:
- '[0-9]+\.[0-9]+\.[0-9]+.*'
- '[0-9]+\.[0-9]+\.[0-9]+*'

jobs:
publish:
permissions:
id-token: write
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
with:
environment: pub.dev
environment: pub.dev

0 comments on commit 3373fd7

Please sign in to comment.