remove GA (#846) #1
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | name: Release Azure SocketIO package | ||
| permissions: | ||
| id-token: write # This is required for requesting the JWT | ||
| contents: read | ||
| on: | ||
| push: | ||
| branches: [ "main" ] | ||
| paths: | ||
| - '.github/workflows/release_socketio.yml' | ||
| - 'sdk/webpubsub-socketio-extension/package.json' | ||
| - 'sdk/webpubsub-socketio-extension/CHANGELOG.md' | ||
| jobs: | ||
| release: | ||
| Check failure on line 13 in .github/workflows/release_socketio.yml 
     | ||
| name: Release Azure SocketIO package | ||
| uses: ./.github/workflows/workflow-call-release-package.yml | ||
| secrets: | ||
| AZURESDKPARTNERDROPS_URL: ${{ secrets.AZURESDKPARTNERDROPS_URL }} | ||
| AZURESDKPARTNERDROPS_CLIENT_ID: ${{ secrets.AZURESDKPARTNERDROPS_CLIENT_ID }} | ||
| AZURESDKPARTNERDROPS_SUBSCRIPTION_ID: ${{ secrets.AZURESDKPARTNERDROPS_SUBSCRIPTION_ID }} | ||
| AZURESDKPARTNERDROPS_TENANT_ID: ${{ secrets.AZURESDKPARTNERDROPS_TENANT_ID }} | ||
| GH_PAT: ${{ secrets.GH_PAT }} | ||
| with: | ||
| package_name: webpubsub-socketio-extension | ||
| package_folder: sdk/webpubsub-socketio-extension | ||