Skip to content

Commit

Permalink
Merge pull request #1219 from clearlydefined/elr/deploy-with-3.1.2
Browse files Browse the repository at this point in the history
set version to v2.0.1 in prep for bug release including deploy with operations v3.1.2
  • Loading branch information
elrayle authored Oct 30, 2024
2 parents 4bf121b + ea1b9c9 commit 007f4e7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
build-and-deploy:
name: Build and Deploy
needs: upload-package-lock-json
uses: clearlydefined/operations/.github/workflows/[email protected].1
uses: clearlydefined/operations/.github/workflows/[email protected].2
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_DEV }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

build-and-deploy-prod:
needs: upload-package-lock-json
uses: clearlydefined/operations/.github/workflows/[email protected].1
uses: clearlydefined/operations/.github/workflows/[email protected].2
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_PROD }}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "service",
"version": "2.0.0",
"version": "2.0.1",
"description": "Service side of clearlydefined.io.",
"scripts": {
"test": "npm run mocha && npm run lint",
Expand Down

0 comments on commit 007f4e7

Please sign in to comment.