Skip to content

Commit

Permalink
Workaround Dart checks for publishing (#254)
Browse files Browse the repository at this point in the history
* Workaround Dart checks for publishing

* more workaround
  • Loading branch information
andreaTP authored Nov 12, 2024
1 parent 6e855a9 commit 67eafa1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
uses: softprops/action-gh-release@v2
with:
token: ${{ secrets.GH_TOKEN }}
# We faced problem like: https://github.com/cli/cli/issues/6599
- name: Sleep for 60 seconds
run: sleep 60
# Changelog is generated from GH releases
- name: Generate Changelog
uses: rhysd/changelog-from-release/action@v3
Expand Down Expand Up @@ -304,6 +307,7 @@ jobs:
run: |
cp ../Readme.md ./README.md
cp ../LICENSE .
echo "Release version: ${GITHUB_REF_NAME}" >> CHANGELOG.md
cat <<< $(yq e -M ".version = \"${GITHUB_REF_NAME}\"" pubspec.yaml) > pubspec.yaml
- name: Release dry run
working-directory: dart
Expand Down

0 comments on commit 67eafa1

Please sign in to comment.