Update test runner to support JUnit format #23
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
name: Публикация релиза | ||
on: | ||
release: | ||
types: | ||
- published | ||
workflow_dispatch: | ||
jobs: | ||
release: | ||
uses: autumn-library/workflows/.github/workflows/release.yml@main | ||
with: | ||
package_mask: "autumn-*.ospx" | ||
secrets: | ||
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }} |