Skip to content

Commit

Permalink
- Updated version for Teams app package
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Cornu committed May 22, 2024
1 parent b6980db commit 71b89b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ jobs:
working-directory: ./apps/teams
env:
VERSION: ${{ needs.version.outputs.semver }}
MAJORMINORPATCH: ${{ needs.version.outputs.majorMinorPatch }}
ENV_AzDeployAppId: ${{ vars.ENV_AZDEPLOYAPPID }}
ENV_AzDeployAppSecret: ${{ secrets.ENV_AZDEPLOYAPPSECRET }}
ENV_AzDeployTenantId: ${{ vars.ENV_AZDEPLOYTENANTID }}
Expand Down Expand Up @@ -332,12 +333,12 @@ jobs:
shell: pwsh
working-directory: ./
run: |
./deploy/deploy-teams.ps1 -Env CI -Version "$env:VERSION" -Verbose
./deploy/deploy-teams.ps1 -Env CI -Version "$env:MAJORMINORPATCH" -Verbose
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: appPackage
name: Teams App Package
path: |
${{ github.workspace }}/apps/teams/appPackage/build/*.zip
!${{ github.workspace }}/**/node_modules
Expand Down

0 comments on commit 71b89b4

Please sign in to comment.