WipperSnapper 1.0.0-beta.93 #93
Workflow file for this run
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
# SPDX-FileCopyrightText: Brent Rubell for Adafruit Industries, 2022 | |
# | |
# SPDX-License-Identifier: MIT | |
name: WipperSnapper Release Workflow | |
on: | |
release: | |
types: [published] | |
secrets: | |
GH_REPO_TOKEN: | |
required: true | |
jobs: | |
call-workflow-build: | |
uses: adafruit/Adafruit_Wippersnapper_Arduino/.github/workflows/build-clang-doxy.yml@main | |
secrets: | |
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }} | |
call-workflow-release: | |
needs: call-workflow-build | |
uses: adafruit/Adafruit_Wippersnapper_Arduino/.github/workflows/release-callee.yml@main |