-
Notifications
You must be signed in to change notification settings - Fork 687
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/venia sample payments cashondelivery from latest develop (#4401)
* New Commit to Create NEW PR with Latest Develop * Fixing Prettier Issues * Adding workflow file to publish package * Updating Namespace to @adobe * Fixing Prettier Issues * Adding module to venia-concept/package.json * PWA Gomage * Adding Alpha versions * Removing Adobe Braintree Plugin from Package.json --------- Co-authored-by: Aanchal Pawar <[email protected]> Co-authored-by: glo82145 <[email protected]>
- Loading branch information
1 parent
e8cd4b2
commit be6ec8f
Showing
4 changed files
with
38 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: npm-publish | ||
on: | ||
push: | ||
branches: | ||
- feature/venia-sample-payments-cashondelivery-from-latest-develop | ||
|
||
jobs: | ||
npm-publish: | ||
name: npm-publish | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Set up Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
|
||
- name: Navigate to specific package | ||
run: cd packages/extensions/venia-sample-payments-cashondelivery | ||
|
||
- name: Install dependencies | ||
run: | | ||
cd packages/extensions/venia-sample-payments-cashondelivery | ||
npm install --legacy-peer-deps --ignore-scripts | ||
- name: Publish package | ||
uses: JS-DevTools/npm-publish@v1 | ||
with: | ||
package: "packages/extensions/venia-sample-payments-cashondelivery/package.json" # Explicitly specify the package | ||
access: "public" | ||
token: ${{ secrets.ADOBE_BOT_NPM_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/extensions/venia-sample-payments-cashondelivery/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters