Skip to content

Commit

Permalink
Merge branch 'master' into feat/betterstack
Browse files Browse the repository at this point in the history
  • Loading branch information
xav authored Sep 14, 2023
2 parents 11ecfed + 08136b5 commit d288bb3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/event_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
version: ${{ steps.release.outputs.version }}

released_version:
name: Version ➠ ${{ needs.update_version.outputs.version }}
name: Release Version ➠ ${{ needs.update_version.outputs.version }}
runs-on:
group: ${{ vars.RUN_GROUP }}
needs: [ update_version ]
Expand Down Expand Up @@ -123,6 +123,14 @@ jobs:
outputs:
version: ${{ steps.get_target_version.outputs.version }}

used_version:
name: Version ➠ ${{ needs.get_version.outputs.version }}
runs-on:
group: ${{ vars.RUN_GROUP }}
needs: [ get_version ]
steps:
- run: echo "Version = ${{ needs.get_version.outputs.version }}

cd:
name: CD
uses: ./.github/workflows/sub-cd.yml
Expand Down

0 comments on commit d288bb3

Please sign in to comment.