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