Skip to content

Commit

Permalink
chore: tweak release action
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKou47 committed Dec 24, 2024
1 parent 3076ff6 commit cbe310e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,13 @@ jobs:
],
"outputDir": "${{ github.workspace }}/platform-adapter/dist"
}
- name: Print Adapter Bundle
run: ls -l ${{ github.workspace }}/platform-adapter/dist

- name: Release engine packages and Sync to CDN
uses: galacean/[email protected]
if: success() || failure()
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: true
Expand All @@ -118,7 +122,6 @@ jobs:
publish: false
packages: |
platform-adapter
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: true
Expand Down

0 comments on commit cbe310e

Please sign in to comment.