Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4de46cd

Browse files
committed
one more test
1 parent 23f723c commit 4de46cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ jobs:
7777
- name: Fetch git tags
7878
run: git fetch --tags --force
7979

80+
- name: Test
81+
run: |
82+
echo ${{ inputs.dry_run && '--dry-run' || '' }}
83+
echo ${{ !inputs.dry_run && '' || '--dry-run'}}
84+
echo ${{ (!inputs.dry_run && !inputs.snapshot) && 'release' || 'no release'}}
85+
echo ${{ (inputs.dry_run || inputs.snapshot) && 'no release' || 'release'}}
86+
exit 1
87+
8088
# Configure git user name/email for creating annotated version tag.
8189
- name: Setup git config
8290
run: |

0 commit comments

Comments
 (0)