Skip to content

Commit e8eae84

Browse files
committed
Update package.json and fix some wordings
1 parent cf07250 commit e8eae84

File tree

3 files changed

+558
-13011
lines changed

3 files changed

+558
-13011
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ assignees: ''
1111
A clear and concise description of what the bug is.
1212

1313
**Where**
14-
Indicate the location of the bug (e.g., which component of the SDS SDK JS Aspect Model loader, which API call, which
14+
Indicate the location of the bug (e.g., which component of the ESMF SDK JS Aspect Model loader, which API call, which
1515
command
1616
etc.).
1717

.github/workflows/tagged_release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- name: Checkout project
1515
uses: actions/checkout@v3
1616

17-
- run: git config --global user.email "info@open-manufacturing.org"
18-
- run: git config --global user.name "OpenManufacturing"
17+
- run: git config --global user.email "info@eclipse.org"
18+
- run: git config --global user.name "Eclipse Foundation
1919

2020
- name: Cache node modules
2121
uses: actions/cache@v3
@@ -58,7 +58,7 @@ jobs:
5858
overwrite: true
5959
prerelease: false
6060
repo_token: ${{ secrets.GITHUB_TOKEN }}
61-
file: sds-aspect-model-loader-${{ env.tagVersion }}.tgz
61+
file: esmf-aspect-model-loader-${{ env.tagVersion }}.tgz
6262
tag: ${{ github.ref }}
6363

6464
- name: Create GitHub pre-release
@@ -68,5 +68,5 @@ jobs:
6868
overwrite: true
6969
prerelease: true
7070
repo_token: ${{ secrets.GITHUB_TOKEN }}
71-
file: sds-aspect-model-loader-${{ env.tagVersion }}.tgz
71+
file: esmf-aspect-model-loader-${{ env.tagVersion }}.tgz
7272
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)