Skip to content

Commit d2c37dc

Browse files
committed
adjust indentation (again)
1 parent af76be2 commit d2c37dc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/create-release-and-trigger-publish.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ jobs:
5050
steps:
5151
- name: Determine whether to publish
5252
run: |
53-
if [ "${{ needs.check-tag.outputs.tag_exists }}" == "true" ]; then
54-
echo "Tag already exists. Proceeding with publish."
55-
elif [ "${{ github.event_name }}" == "push" ]; then
56-
echo "Release job probably ran. Proceeding with publish."
57-
else
58-
echo "Conditions not met. Skipping publish."
59-
exit 1
60-
fi
53+
if [ "${{ needs.check-tag.outputs.tag_exists }}" == "true" ]; then
54+
echo "Tag already exists. Proceeding with publish."
55+
elif [ "${{ github.event_name }}" == "push" ]; then
56+
echo "Release job probably ran. Proceeding with publish."
57+
else
58+
echo "Conditions not met. Skipping publish."
59+
exit 1
60+
fi
6161
- name: Trigger NPM publish
6262
uses: peter-evans/repository-dispatch@v1
6363
with:

0 commit comments

Comments
 (0)