Skip to content

Commit 7e6aaff

Browse files
committed
Update version.xml and generate-package.yml
1 parent b57d958 commit 7e6aaff

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/generate-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v2
17+
with:
18+
submodules: recursive
1719
- name: Check version.xml
1820
run: |
1921
sudo apt install xmlstarlet

version.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<version>
1414
<application>dataverse</application>
1515
<type>plugins.generic</type>
16-
<release>1.3.0.0</release>
16+
<release>1.4.0.0</release>
1717
<date>2022-01-13</date>
1818
<lazy-load>1</lazy-load>
1919
<class>DataversePlugin</class>

0 commit comments

Comments
 (0)