Skip to content

Commit

Permalink
[ci] Thinko
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Dec 28, 2021
1 parent e49edc2 commit d9455eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
# GH checkout action doesn't preserve tag annotations, we must fetch them
# https://github.com/actions/checkout/issues/290
git fetch --tags --force
echo "$(git tag -l --format='%(contents:subject)' ${{ github.ref_name }})" > "${{ runner.temp }}/release_body.md"
echo "release_body=$(git tag -l --format='%(contents:body)' ${{ github.ref_name }})" >> $GITHUB_ENV
echo "$(git tag -l --format='%(contents:body)' ${{ github.ref_name }})" > "${{ runner.temp }}/release_body.md"
echo "release_name=$(git tag -l --format='%(contents:subject)' ${{ github.ref_name }})" >> $GITHUB_ENV
- name: Publish
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit d9455eb

Please sign in to comment.