Skip to content

Commit

Permalink
[Fix] - Github action - version tag - define jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryukote committed Oct 11, 2023
1 parent 931cea5 commit 9b63460
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ outputs:
is-prerelease:
description: 'Is true if this is a release into a non-production environment and indicates the build may be unstable. Returns false otherwise.'
value: ${{ steps.tag-version.outputs.is-prerelease }}
runs:
using: composite
steps:
- id: tag-version
run: bash $GITHUB_ACTION_PATH/src/tag-version.sh ${{ inputs.production-branch }} ${{ inputs.dev-branch }}
shell: bash
jobs:
tag-changes:
steps:
- id: tag-version
run: bash $GITHUB_ACTION_PATH/src/tag-version.sh ${{ inputs.production-branch }} ${{ inputs.dev-branch }}
shell: bash

0 comments on commit 9b63460

Please sign in to comment.