@eslinted/core 3.1.13-rc.1 → 3.1.13-rc.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,21 +1,18 @@
|
|
1
|
-
name: NPM Publish (RELEASE
|
1
|
+
name: NPM Publish (RELEASE)
|
2
2
|
|
3
3
|
on:
|
4
4
|
push:
|
5
|
-
branches:
|
6
|
-
- main
|
7
5
|
tags:
|
8
6
|
- v[0-9]+.[0-9]+.[0-9]+
|
9
|
-
- "!v[0-9]+.[0-9]+.[0-9]+-**"
|
10
7
|
|
11
8
|
jobs:
|
12
|
-
publish-release
|
9
|
+
publish-release:
|
13
10
|
if: github.event_name == 'push'
|
14
11
|
runs-on: ubuntu-latest
|
15
12
|
environment:
|
16
|
-
name:
|
13
|
+
name: publish
|
17
14
|
url: https://www.npmjs.com/package/@eslinted/core
|
18
|
-
name: Build/Publish (RELEASE
|
15
|
+
name: Build/Publish (RELEASE)
|
19
16
|
steps:
|
20
17
|
- name: Checkout
|
21
18
|
id: checkout
|
@@ -1,20 +1,18 @@
|
|
1
|
-
name: NPM Publish (
|
1
|
+
name: NPM Publish (rc)
|
2
2
|
|
3
3
|
on:
|
4
4
|
push:
|
5
|
-
branches:
|
6
|
-
- dev
|
7
5
|
tags:
|
8
6
|
- v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+
|
9
7
|
|
10
8
|
jobs:
|
11
|
-
publish-
|
9
|
+
publish-rc:
|
12
10
|
if: github.event_name == 'push'
|
13
11
|
runs-on: ubuntu-latest
|
14
12
|
environment:
|
15
|
-
name:
|
13
|
+
name: publish
|
16
14
|
url: https://www.npmjs.com/package/@eslinted/core
|
17
|
-
name: Build/Publish (
|
15
|
+
name: Build/Publish (rc)
|
18
16
|
steps:
|
19
17
|
- name: Checkout
|
20
18
|
id: checkout
|