Skip to content

Commit

Permalink
fix: Use new flutter github actions workflow'
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Feb 11, 2024
1 parent 3a35b02 commit 22db3a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pubdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
uses: Impaktfull/gh_action_dart_conventional_release/custom_workflows/flutter_release.yml@main
with:
environment: 'pub.dev'
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.0.10
# 0.0.10 - 0.0.11

# Feat
- Automated builds using GitHub Actions
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: snacky
description: Easily display customizable snackbars in Flutter with minimal
configuration. Ideal for quick notifications and alerts in your app.
version: 0.0.10
version: 0.0.11
homepage: https://github.com/Impaktfull/flutter_snacky
topics:
- snackbar
Expand Down

0 comments on commit 22db3a8

Please sign in to comment.