Skip to content

Commit 97173c3

Browse files
Bump clearlydefined/operations/.github/workflows/app-build-and-deploy.yml
Bumps [clearlydefined/operations/.github/workflows/app-build-and-deploy.yml](https://github.com/clearlydefined/operations) from 1.1.0 to 3.2.0. - [Release notes](https://github.com/clearlydefined/operations/releases) - [Changelog](https://github.com/clearlydefined/operations/blob/main/release-management.md) - [Commits](clearlydefined/operations@v1.1.0...v3.2.0) --- updated-dependencies: - dependency-name: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b064de commit 97173c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
build-and-deploy:
3434
name: Build and Deploy
3535
needs: [upload-package-lock-json, make-react-secret-available]
36-
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v3.1.2
36+
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v3.2.0
3737
secrets:
3838
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
3939
AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_DEV }}

.github/workflows/build-and-deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build-and-deploy-prod:
11-
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v1.1.0
11+
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v3.2.0
1212
secrets:
1313
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
1414
AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_PROD }}

0 commit comments

Comments
 (0)