Skip to content

Commit 8f84348

Browse files
committed
release: v1.1.0, install prebuilt Erlang/OTP
1 parent e8545b5 commit 8f84348

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
print(str)' > manifest.json
3838
cat manifest.json
3939
- name: Upload JSON file
40-
uses: actions/upload-artifact@v2
40+
uses: actions/upload-artifact@main
4141
with:
4242
name: manifest
4343
path: manifest.json
@@ -52,7 +52,7 @@ jobs:
5252
- name: Checkout code
5353
uses: actions/checkout@v2
5454
- name: Download JSON file
55-
uses: actions/download-artifact@v2
55+
uses: actions/download-artifact@main
5656
with:
5757
name: manifest
5858
- name: Compress build files

metadata.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PLUGIN = {}
55
--- Plugin name
66
PLUGIN.name = "erlang"
77
--- Plugin version
8-
PLUGIN.version = "1.0.1"
8+
PLUGIN.version = "1.1.0"
99
--- Plugin homepage
1010
PLUGIN.homepage = "https://github.com/version-fox/vfox-erlang"
1111
--- Plugin license, please choose a correct license according to your needs.

0 commit comments

Comments
 (0)