Skip to content

Commit d7b33bc

Browse files
authored
Merge pull request #30 from IQSS/v1.7
bump to v1.7
2 parents 6aa669f + cbf8129 commit d7b33bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Send repo to Dataverse
42-
uses: IQSS/dataverse-uploader@v1.6
42+
uses: IQSS/dataverse-uploader@v1.7
4343
with:
4444
DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
4545
DATAVERSE_SERVER: https://demo.dataverse.org
@@ -52,7 +52,7 @@ you should add the `GITHUB_DIR` argument in your workflow, as follows:
5252
```
5353
steps:
5454
- name: Send repo to Dataverse
55-
uses: IQSS/dataverse-uploader@v1.6
55+
uses: IQSS/dataverse-uploader@v1.7
5656
with:
5757
DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
5858
DATAVERSE_SERVER: https://demo.dataverse.org
@@ -65,7 +65,7 @@ You can upload multiple subdirectories by listing them as `GITHUB_DIR` like `GIT
6565
```
6666
steps:
6767
- name: Send repo to Dataverse
68-
uses: IQSS/dataverse-uploader@v1.6
68+
uses: IQSS/dataverse-uploader@v1.7
6969
with:
7070
DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
7171
DATAVERSE_SERVER: https://demo.dataverse.org
@@ -83,7 +83,7 @@ set the `DELETE` argument to `False` like:
8383
```
8484
steps:
8585
- name: Send repo to Dataverse
86-
uses: IQSS/dataverse-uploader@v1.6
86+
uses: IQSS/dataverse-uploader@v1.7
8787
with:
8888
DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
8989
DATAVERSE_SERVER: https://demo.dataverse.org
@@ -99,7 +99,7 @@ set the `PUBLISH` argument to `True`.
9999
```
100100
steps:
101101
- name: Send repo to Dataverse
102-
uses: IQSS/dataverse-uploader@v1.6
102+
uses: IQSS/dataverse-uploader@v1.7
103103
with:
104104
DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
105105
DATAVERSE_SERVER: https://demo.dataverse.org

0 commit comments

Comments
 (0)