diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d1cfc9..ff791cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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'