Skip to content

Commit

Permalink
Merge pull request #366 from thomassth/actions
Browse files Browse the repository at this point in the history
Redo Publish part 2
  • Loading branch information
sowens-csd authored Nov 26, 2021
2 parents 0a9743f + 20aef71 commit a3f3ff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
${{ secrets.CREDENTIALS }}
EOF
- name: Publish package
run: flutter pub publish
run: flutter pub publish --force
- name: Add entry to Github release
uses: softprops/action-gh-release@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
${{ secrets.CREDENTIALS }}
EOF
- name: Publish package
run: flutter pub publish
run: flutter pub publish --force
- name: Get Changelog Entry
id: changelog_reader
uses: mindsers/changelog-reader-action@v2.0.0
Expand Down

0 comments on commit a3f3ff2

Please sign in to comment.