Skip to content

Commit 44cad0b

Browse files
committed
v2.1.4
1 parent 1f98417 commit 44cad0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name: 'build images'
33

44
on:
5+
release:
6+
types: [published]
57
push:
6-
release:
7-
types: [published]
88
branches:
99
- master
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "restana-static",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Efficiently serve static files using Node.js and Docker containers.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)