-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix problem when adding an element on the index 0 of a list
This problem happened when the list doesn't exist on the original yaml. In this situation, the new element was added as a dictionary of key "0". Now, with the current fix, the list is properly created and the element is added as a normal list element. Apart from that, we've commented the step that pushes the self-contained package to the release since we need to enable first "softprops/action-gh-release@v2".
- Loading branch information
1 parent
9933ef8
commit f81225f
Showing
3 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters