Skip to content

Commit

Permalink
just use major version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandria.gomez authored and alexandria.gomez committed Oct 18, 2023
1 parent ec342af commit 714ea73
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
message: Workflow run ${{github.server_url}}/${{github.repository}}/actions/runs/${{ github.run_id}}

- name: replace config/package-solution.json version
run: sed -i 's/VERSION_TO_UPDATE/${{env.fullVersion}}/g' config/package-solution.json
run: sed -i 's/"1.0.0.0"/"${{env.fullVersion}}"/g' config/package-solution.json

- name: replace package.json version
run: sed -i 's/VERSION_TO_UPDATE/${{env.fullVersion}}/g' package.json
run: sed -i 's/"1.0.0.0"/"${{env.fullVersion}}"/g' package.json

- name: Install dependencies
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions config/package-solution.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"solution": {
"name": "Laserfiche Sharepoint Online Integration",
"id": "9d9d4fa7-bbf4-489a-acd5-0e1709d40e8b",
"version": "VERSION_TO_UPDATE",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"title": "Laserfiche SharePoint Online Integration",
"iconPath": "assets/laserfiche-logo-96.png",
Expand All @@ -20,7 +20,7 @@
"title": "Save to Laserfiche",
"description": "Allows user to save SharePoint documents to their Laserfiche repository, with admin-configured metadata mappings.",
"id": "9c2b7b96-fb6e-4c42-9676-9d434992110f",
"version": "VERSION_TO_UPDATE",
"version": "1.0.0.0",
"assets": {
"elementManifests": ["elements.xml"]
}
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": "laserfiche-sharepoint-integration",
"version": "VERSION_TO_UPDATE",
"version": "1.0.0.0",
"private": true,
"main": "lib/index.js",
"license": "MIT",
Expand Down

0 comments on commit 714ea73

Please sign in to comment.