Skip to content

Commit 2ec4b51

Browse files
fix: update Node.js setup action version and add skip bump condition [skip_bump]
1 parent 1e01f75 commit 2ec4b51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker-ghcr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ jobs:
1414
outputs:
1515
new_version: ${{ steps.bump_version.outputs.new_version }}
1616

17+
if: contains(github.event.head_commit.message, '[skip_bump]') == false
18+
1719
steps:
1820
- name: Checkout repo
1921
uses: actions/checkout@v4.2.2
2022

2123
- name: Set up Node.js (for semver)
22-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@v4.4.0
2325
with:
2426
node-version: '20'
2527

0 commit comments

Comments
 (0)