This repository was archived by the owner on Jul 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44name : Build & Publish
55
6- on :
7- push :
8- branches : [module-test]
9- pull_request :
10- branches : [master]
11-
126# on:
13- # release:
14- # types: [created]
7+ # push:
8+ # branches: [module-test]
9+ # pull_request:
10+ # branches: [master]
11+
12+ on :
13+ release :
14+ types : [created]
1515
1616jobs :
1717 build :
Original file line number Diff line number Diff line change 11# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
22# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
33
4- name : npm-publish
4+ # name: npm-publish
55
6- on :
7- release :
8- types : [created]
6+ # on:
7+ # release:
8+ # types: [created]
99
10- jobs :
11- build :
12- runs-on : ubuntu-latest
13- steps :
14- - uses : actions/checkout@v2
15- - uses : actions/setup-node@v1
16- with :
17- node-version : 12
18- - run : npm ci
19- - run : npm test
10+ # jobs:
11+ # build:
12+ # runs-on: ubuntu-latest
13+ # steps:
14+ # - uses: actions/checkout@v2
15+ # - uses: actions/setup-node@v1
16+ # with:
17+ # node-version: 12
18+ # - run: npm ci
19+ # - run: npm test
2020
21- publish-npm :
22- needs : build
23- runs-on : ubuntu-latest
24- steps :
25- - uses : actions/checkout@v2
26- - uses : actions/setup-node@v1
27- with :
28- node-version : 12
29- registry-url : https://registry.npmjs.org/
30- - run : npm ci
31- - run : npm publish
32- env :
33- NODE_AUTH_TOKEN : ${{secrets.npm_token}}
21+ # publish-npm:
22+ # needs: build
23+ # runs-on: ubuntu-latest
24+ # steps:
25+ # - uses: actions/checkout@v2
26+ # - uses: actions/setup-node@v1
27+ # with:
28+ # node-version: 12
29+ # registry-url: https://registry.npmjs.org/
30+ # - run: npm ci
31+ # - run: npm publish
32+ # env:
33+ # NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Original file line number Diff line number Diff line change 11{
22 "name" : " bootstrap-toaster" ,
3- "version" : " 5.2.0-beta.3 " ,
3+ "version" : " 5.2.0-beta1 " ,
44 "description" : " Robust, plug & play generator for Bootstrap toasts." ,
55 "main" : " dist/esm/bootstrap-toaster.js" ,
66 "dependencies" : {
You can’t perform that action at this time.
0 commit comments