File tree 2 files changed +9
-11
lines changed
2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased]
8
+ ## [ 2.1.3] - 2024-12-06
9
+
10
+ - remove unnecessary build step
11
+
12
+ ## [ 2.1.2] - 2024-12-06
13
+
14
+ - Fix checkout step in main action.yml
15
+
16
+ ## [ 2.1.1] - 2024-12-05
9
17
10
18
- Don't print nextflow help output by default, only on debug mode (#173 )
11
19
Original file line number Diff line number Diff line change 28
28
path : setup-nextflow
29
29
env :
30
30
ACTION_REF : ${{ github.action_ref }}
31
-
32
- - uses : actions/setup-node@v4
33
- with :
34
- node-version : " 20"
35
- cache : " npm"
36
- - name : Install dependencies and build
37
- shell : bash
38
- run : |
39
- npm ci
40
- npm run package
41
31
- uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
42
32
with :
43
33
java-version : ${{ inputs.java-version }}
You can’t perform that action at this time.
0 commit comments