Skip to content

Commit 6208b09

Browse files
Update main.yml for Azure Pipelines
1 parent da1b183 commit 6208b09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines/master/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ jobs:
164164
165165
- script: |
166166
cd $(Build.SourcesDirectory)/survey-library/packages/survey-core
167+
git tag -l | xargs -r git tag -d
167168
npm run release -- --release-as $(SurveyJSVersion)
168169
displayName: "npm run release"
169170
@@ -417,6 +418,7 @@ jobs:
417418
418419
- script: |
419420
cd $(Build.SourcesDirectory)/survey-library/packages/survey-react-ui
421+
git tag -l | xargs -r git tag -d
420422
npm run release -- --release-as $(SurveyJSVersion)
421423
displayName: "npm run release"
422424
@@ -568,6 +570,7 @@ jobs:
568570
569571
- script: |
570572
cd $(Build.SourcesDirectory)/survey-library/packages/survey-angular-ui
573+
git tag -l | xargs -r git tag -d
571574
npm run release -- --release-as $(SurveyJSVersion)
572575
displayName: "npm run release"
573576
@@ -729,6 +732,7 @@ jobs:
729732
730733
- script: |
731734
cd $(Build.SourcesDirectory)/survey-library/packages/survey-vue3-ui
735+
git tag -l | xargs -r git tag -d
732736
npm run release -- --release-as $(SurveyJSVersion)
733737
displayName: "npm run release"
734738
@@ -889,6 +893,7 @@ jobs:
889893
890894
- script: |
891895
cd $(Build.SourcesDirectory)/survey-library/packages/survey-js-ui
896+
git tag -l | xargs -r git tag -d
892897
npm run release -- --release-as $(SurveyJSVersion)
893898
displayName: "npm run release"
894899

0 commit comments

Comments
 (0)