Skip to content

Commit

Permalink
fix: CI new test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed May 9, 2024
1 parent 8339d6c commit 71759b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ jobs:
uses: Ilshidur/action-discord@master
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
DISCORD_EMBEDS: '[{"title": "", "description": "${{ steps.semantic-release.outputs.new_release_notes }}", "footer": {"text": ""}}]'
DISCORD_EMBEDS: '
[{
"description": "Here are the release notes: ${{ steps.semantic-release.outputs.new_release_notes }}"
}]'
1 change: 1 addition & 0 deletions Assets/LDtkUnity/Editor/Builders/LDtkBuilderEntity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ internal sealed class LDtkBuilderEntity : LDtkBuilderLayer
private LDtkFields _fieldsComponent;
private LDtkIid _iidComponent;


public LDtkBuilderEntity(LDtkProjectImporter project, LDtkComponentLayer layerComponent, LDtkSortingOrder sortingOrder, LDtkLinearLevelVector linearVector, WorldLayout layout, LDtkAssetProcessorActionCache assetProcess, LDtkJsonImporter importer)
: base(project, layerComponent, sortingOrder, importer)
{
Expand Down

0 comments on commit 71759b4

Please sign in to comment.