Skip to content

Commit

Permalink
test-and-learn compute release version
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 21, 2023
1 parent 29db0c6 commit f554b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Build Release version based on prepare-XXX branch
on:
workflow_dispatch:
push:
branches: [ "prepare-*" ]
branches: [ "pre-release-*" ]

jobs:

Expand All @@ -16,7 +16,7 @@ jobs:
- name: Compute Release Version
id: compute-version
run: |
$env:RELEASE_VERSION = '${{ github.ref_name }}'.Trim().Replace('prepare-', '')
$env:RELEASE_VERSION = '${{ github.ref_name }}'.Trim().Replace('pre-release-', '')
echo "CELLS_RELEASE=$env:RELEASE_VERSION" >> $env:GITHUB_OUTPUT
- uses: actions/checkout@v4
Expand Down

0 comments on commit f554b06

Please sign in to comment.