Skip to content

Commit f4daf88

Browse files
committed
testing
1 parent 78f2fca commit f4daf88

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ on:
2323

2424
env:
2525
MODULE_ID: cbvalidation
26+
doTests: ${{ inputs.doTests || false }}
27+
snapshot: ${{ inputs.snapshot || false }}
2628

2729
jobs:
2830
##########################################################################################
@@ -59,7 +61,7 @@ jobs:
5961
# Build & Publish
6062
##########################################################################################
6163
build:
62-
name: Build & Publish
64+
name: Build & Publish : ${{ env.snapshot }}
6365
if: ${{ success() || !inputs.doTests }}
6466
needs: [ tests, format ]
6567
runs-on: ubuntu-20.04
@@ -146,7 +148,7 @@ jobs:
146148
##########################################################################################
147149
# Prep Next Release
148150
##########################################################################################
149-
prep-next-release:
151+
prep_next_release:
150152
name: Prep Next Release
151153
runs-on: ubuntu-20.04
152154
needs: [ build ]

0 commit comments

Comments
 (0)