Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 4d88142

Browse files
committed
changed trigger to release
1 parent 369103f commit 4d88142

3 files changed

Lines changed: 36 additions & 36 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
name: 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

1616
jobs:
1717
build:

.github/workflows/npmpublish.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
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}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)