Manual Alpha Release v6 #3
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: Manual Alpha Release v6 | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
version: | ||
type: choice | ||
description: The Version type for PUBLIC Release | ||
options: | ||
- patch | ||
- minor | ||
- major | ||
required: true | ||
jobs: | ||
release-public-version: | ||
if: github.ref == 'refs/heads/main' | ||
uses: ./.github/workflows/~reusable_publish.yaml | ||
with: | ||
TAG: alpha | ||
VERSION: patch | ||
BRANCH: FLEXY-5323-6.4.2 | ||
ENVIRONMENT: alpha_release | ||
secrets: | ||
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} | ||
SLACK_WEB_HOOK: ${{ secrets.SLACK_WEB_HOOK }} | ||
G_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
Check failure on line 27 in .github/workflows/manual_alpha_release_v6.yaml GitHub Actions / Manual Alpha Release v6Invalid workflow file
|
||
APP_ID: ${{ secrets.APP_ID }} | ||
APP_KEY: ${{ secrets.APP_KEY }} |