Skip to content

Commit

Permalink
feat: use bundler in actions-mn/build-and-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Dec 20, 2024
1 parent 067a3a5 commit 4b6516f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
agree-to-terms: true
use-bundler: true

deploy:
if: ${{ github.ref_name == github.event.repository.default_branch }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ jobs:
uses: actions-mn/build-and-publish@v1
with:
agree-to-terms: true
use-bundler: true
destination: artifact
artifact-name: ${{ github.event.repository.name }}-${{ runner.os }}

0 comments on commit 4b6516f

Please sign in to comment.