Skip to content

Commit

Permalink
Merge pull request #358 from GiaPhu811/phu
Browse files Browse the repository at this point in the history
fix package name in release
  • Loading branch information
NguyenBao10 authored Aug 23, 2024
2 parents 818319a + 2941c87 commit e698d07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
with:
languages: ${{ matrix.language }}

- run: git submodule update --init --recursive

- name: Install modules
run: yarn install

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
token: ${{ secrets.NPM_TOKEN }}
strategy: upgrade
ignore-scripts: false
package: ./packages/aesirx-dma-app
package: ./packages/aesirx-dam-app

- name: Release note
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit e698d07

Please sign in to comment.