Skip to content

Commit

Permalink
prepare for v1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Jul 22, 2024
1 parent 5a92327 commit 98d695b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send repo to Dataverse
uses: IQSS/dataverse-uploader@v1.4
uses: IQSS/dataverse-uploader@v1.6
with:
DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
DATAVERSE_SERVER: https://demo.dataverse.org
Expand All @@ -52,7 +52,7 @@ you should add the `GITHUB_DIR` argument in your workflow, as follows:
```
steps:
- name: Send repo to Dataverse
uses: IQSS/dataverse-uploader@v1.4
uses: IQSS/dataverse-uploader@v1.6
with:
DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
DATAVERSE_SERVER: https://demo.dataverse.org
Expand All @@ -65,7 +65,7 @@ You can upload multiple subdirectories by listing them as `GITHUB_DIR` like `GIT
```
steps:
- name: Send repo to Dataverse
uses: IQSS/dataverse-uploader@v1.4
uses: IQSS/dataverse-uploader@v1.6
with:
DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
DATAVERSE_SERVER: https://demo.dataverse.org
Expand All @@ -83,7 +83,7 @@ set the `DELETE` argument to `False` like:
```
steps:
- name: Send repo to Dataverse
uses: IQSS/dataverse-uploader@v1.4
uses: IQSS/dataverse-uploader@v1.6
with:
DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
DATAVERSE_SERVER: https://demo.dataverse.org
Expand All @@ -99,7 +99,7 @@ set the `PUBLISH` argument to `True`.
```
steps:
- name: Send repo to Dataverse
uses: IQSS/dataverse-uploader@v1.4
uses: IQSS/dataverse-uploader@v1.6
with:
DATAVERSE_TOKEN: ${{secrets.DATAVERSE_TOKEN}}
DATAVERSE_SERVER: https://demo.dataverse.org
Expand Down

0 comments on commit 98d695b

Please sign in to comment.