We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ee23c commit a29cf26Copy full SHA for a29cf26
1 file changed
.github/workflows/build.yml
@@ -41,6 +41,11 @@ jobs:
41
- uses: actions/checkout@v2
42
with:
43
fetch-depth: 0
44
+
45
+ - name: Dry Run Notify
46
+ if: ${{ github.event.inputs.dryrun == 'true' }}
47
+ run: |
48
+ echo "::notice::This is a DRY RUN of a production release. No release will be created."
49
50
- name: Get Next Version
51
if: ${{ github.event.inputs.publish == 'true' || github.event.inputs.dryrun == 'true' }}
0 commit comments