Skip to content

Commit a29cf26

Browse files
authored
ci: notify of dry run in build annotations
1 parent 01ee23c commit a29cf26

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
- uses: actions/checkout@v2
4242
with:
4343
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."
4449
4550
- name: Get Next Version
4651
if: ${{ github.event.inputs.publish == 'true' || github.event.inputs.dryrun == 'true' }}

0 commit comments

Comments
 (0)