Skip to content

Commit

Permalink
Merge development into main
Browse files Browse the repository at this point in the history
  • Loading branch information
OS-martacarlos committed Aug 20, 2024
2 parents 0900666 + c384992 commit 74be577
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,19 @@ jobs:
run: npm install

- name: Tag Plugin with Version
run: npm run update:version --plugin=InAppBrowserPlugin --lifetime=${{ secrets.LIFETIME}} --authentication='${{secrets.AUTOMATION_TOKEN}}'
run: npm run update:version --plugin="InAppBrowser Plugin" --lifetime=${{ secrets.LIFETIME}} --authentication='${{secrets.AUTOMATION_TOKEN}}'

- name: ⏳ Wait for tag version to propagate
run: sleep 20 # Waits for 20 seconds

- name: Deploying from DEV to TST
run: npm run deploy --plugin=InAppBrowserPlugin --from=Development --to=Testing --lifetime=${{ secrets.LIFETIME }} --authentication='${{ secrets.AUTOMATION_TOKEN }}'
run: npm run deploy --plugin="InAppBrowser Plugin" --from=Development --to=Testing --lifetime=${{ secrets.LIFETIME }} --authentication='${{ secrets.AUTOMATION_TOKEN }}'

- name: ⏳ Wait for deployment to propagate
run: sleep 20 # Waits for 20 seconds

- name: Deploying from TST to PROD
run: npm run deploy --plugin=InAppBrowserPlugin --from=Testing --to=Production --lifetime=${{ secrets.LIFETIME }} --authentication='${{ secrets.AUTOMATION_TOKEN }}'
run: npm run deploy --plugin="InAppBrowser Plugin" --from=Testing --to=Production --lifetime=${{ secrets.LIFETIME }} --authentication='${{ secrets.AUTOMATION_TOKEN }}'

deploy_odc:
name: '🔌 Update ODC OML Extensibility & Tenant Release'
Expand Down

0 comments on commit 74be577

Please sign in to comment.