Skip to content

Commit 6bed5c0

Browse files
mashehuMillironX
authored andcommitted
remove build step
1 parent bc89866 commit 6bed5c0

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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
917

1018
- Don't print nextflow help output by default, only on debug mode (#173)
1119

action.yml

-10
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@ runs:
2828
path: setup-nextflow
2929
env:
3030
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
4131
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
4232
with:
4333
java-version: ${{ inputs.java-version }}

0 commit comments

Comments
 (0)