Skip to content

Commit

Permalink
[ci][pubdev-publishing.yml] Allow force publishing to pub.dev (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl authored Oct 15, 2024
1 parent 0528722 commit f329737
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pubdev-publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
type: string
required: true
default: 'main'
force_publish:
description: Whether to force the publishing
type: boolean
required: true
default: false

jobs:
publishing:
Expand Down Expand Up @@ -36,3 +41,4 @@ jobs:
with:
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
force: ${{ inputs.force_publish }}

0 comments on commit f329737

Please sign in to comment.