v2.0.8 #9
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
# | |
# This source file is part of the Stanford CS342 - Building for Digital Health class | |
# It is a copy of the xcodebuild-or-fastlane.yml GitHub Action workflow as copied from the Stanford Biodesign Digital Health organization. | |
# | |
# SPDX-FileCopyrightText: 2022 Stanford University | |
# | |
# SPDX-License-Identifier: MIT | |
# | |
name: Release | |
on: | |
release: | |
types: [created] | |
workflow_dispatch: | |
jobs: | |
releasetag: | |
name: Tag Release | |
uses: StanfordBDHG/.github/.github/workflows/action-release-tag.yml@v2 | |
permissions: | |
contents: write | |
with: | |
user: PaulsAutomationBot |