Skip to content

Commit

Permalink
Finalise
Browse files Browse the repository at this point in the history
  • Loading branch information
markmur committed Jan 15, 2024
1 parent 9487d1b commit 6fed709
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
name: Publish NPM Package

# on:
# release:
# types:
# - published
# workflow_dispatch:
on:
push:
pull_request:
types: [opened, synchronize]
release:
types:
- published
workflow_dispatch:

jobs:
release:
Expand All @@ -26,4 +22,6 @@ jobs:
yarn module clean
yarn module build
cd modules/@shopify/checkout-sheet-kit
npm pack --dry-run
npm publish --access public
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Empty file added docs/contributing/release.md
Empty file.

0 comments on commit 6fed709

Please sign in to comment.