Skip to content

Commit 1f98417

Browse files
committed
v2.1.3
1 parent 055d03b commit 1f98417

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build_images.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: 'build images'
33

44
on:
55
push:
6+
release:
7+
types: [published]
68
branches:
79
- master
810

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.2",
3+
"version": "2.1.3",
44
"description": "Efficiently serve static files using Node.js and Docker containers.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)