3939 runs-on: ubuntu-latest
4040 steps:
4141 - name: Send repo to Dataverse
42- uses: IQSS/dataverse-uploader@v1.2
42+ uses: IQSS/dataverse-uploader@v1.3
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```
5353steps:
5454 - name: Send repo to Dataverse
55- uses: IQSS/dataverse-uploader@v1.2
55+ uses: IQSS/dataverse-uploader@v1.3
5656 with:
5757 DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
5858 DATAVERSE_SERVER: https://demo.dataverse.org
@@ -68,7 +68,7 @@ set the `DELETE` argument to `False` like:
6868```
6969steps:
7070 - name: Send repo to Dataverse
71- uses: IQSS/dataverse-uploader@v1.2
71+ uses: IQSS/dataverse-uploader@v1.3
7272 with:
7373 DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
7474 DATAVERSE_SERVER: https://demo.dataverse.org
@@ -84,7 +84,7 @@ set the `PUBLISH` argument to `True`.
8484```
8585steps:
8686 - name: Send repo to Dataverse
87- uses: IQSS/dataverse-uploader@v1.2
87+ uses: IQSS/dataverse-uploader@v1.3
8888 with:
8989 DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
9090 DATAVERSE_SERVER: https://demo.dataverse.org
0 commit comments