Skip to content

Commit

Permalink
fix generating link to release notes (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia authored Jan 21, 2023
1 parent 6ef88b6 commit a2f2882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Set version data
run: |
tag=${{ github.ref_name }}
echo "RELEASE_NOTES=$(link_changelog $tag)" >> $GITHUB_ENV
echo "IS_PRERELEASE=$(is_prerelease $tag)" >> $GITHUB_ENV
echo "RELEASE_NOTES=$(link_changelog flutter_downloader $tag)" >> $GITHUB_ENV
echo "IS_PRERELEASE=$(is_prerelease flutter_downloader $tag)" >> $GITHUB_ENV
- name: Publish
run: dart pub publish -f
Expand Down

0 comments on commit a2f2882

Please sign in to comment.