Skip to content

Commit

Permalink
🔀 Merge pull request #31 from Fedodo/dev
Browse files Browse the repository at this point in the history
👷 Disabled dry run
  • Loading branch information
LNA-DEV authored Jul 2, 2023
2 parents 2a9f3ee + 703ce2f commit bef547c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: flutter pub get
# working-directory: ${{ inputs.working-directory }}

- name: Publish - dry run
run: flutter pub publish --dry-run
# working-directory: ${{ inputs.working-directory }}
# - name: Publish - dry run
# run: flutter pub publish --dry-run
# # working-directory: ${{ inputs.working-directory }}

# Publishing...
- name: Publish to pub.dev
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fedodo_general
description: A flutter package which contains general components of the Fedodo-UIs.
version: 1.7.1
version: 1.7.2
homepage: https://fedodo.org

environment:
Expand Down

0 comments on commit bef547c

Please sign in to comment.