File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments