Skip to content

Commit

Permalink
Use v2 release action (cfug#1851)
Browse files Browse the repository at this point in the history
Migrate the release action from `v1` to `v2`.

Signed-off-by: Alex Li <[email protected]>
  • Loading branch information
AlexV525 authored Jun 5, 2023
1 parent d7858e3 commit c1a44bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
token: ${{ secrets.CFUG_PUBLISHER }}
- uses: dart-lang/[email protected]
- uses: cfug/dio_issue_release_action@v1
- uses: cfug/dio_issue_release_action@v2
with:
github-token: ${{ secrets.CFUG_PUBLISHER }}
pub-credentials-json: ${{ secrets.CREDENTIAL_JSON }}

0 comments on commit c1a44bb

Please sign in to comment.