Skip to content

Commit

Permalink
Added github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JanGalek committed Dec 9, 2024
1 parent 9cfd1f1 commit d0f4804
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
done < <(git log --format="%H" $PREV_TAG..HEAD)
fi
COMMITS=$(echo "$COMMITS" | sed 's/[[:cntrl:]]//g')
echo "commits=$COMMITS" >> $GITHUB_ENV
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d0f4804

Please sign in to comment.