Skip to content

v2023.9.27

v2023.9.27 #51

Workflow file for this run

on:
release:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo 'The job was manually triggered by a ${{ github.event_name }} event.'
- run: echo 'This job is now running on a ${{ runner.os }} server hosted by GitHub.'
- run: echo 'The name of your branch is ${{ github.ref }}, and your repository is ${{ github.repository }}.'
- name: Send 'asia' repository to Dataverse
uses: IQSS/dataverse-uploader@v1.3
with:
DATAVERSE_TOKEN: e8a8e7da-74b4-4dd9-aee8-5f67630e1011
DATAVERSE_SERVER: https://abacus-staging.library.ubc.ca
DATAVERSE_DATASET_DOI: hdl:11272/AB2/XNNMLU
GITHUB_DIR: asia
DELETE: True
PUBLISH: False
- name: Send 'europe' repository to Dataverse
uses: IQSS/dataverse-uploader@v1.3
with:
DATAVERSE_TOKEN: e8a8e7da-74b4-4dd9-aee8-5f67630e1011
DATAVERSE_SERVER: https://abacus-staging.library.ubc.ca
DATAVERSE_DATASET_DOI: hdl:11272/AB2/S3CB2Q
GITHUB_DIR: europe
DELETE: True
PUBLISH: False
- name: Send 'north-america' repository to Dataverse
uses: IQSS/dataverse-uploader@v1.3
with:
DATAVERSE_TOKEN: e8a8e7da-74b4-4dd9-aee8-5f67630e1011
DATAVERSE_SERVER: https://abacus-staging.library.ubc.ca
DATAVERSE_DATASET_DOI: hdl:11272/AB2/DWEUNF
GITHUB_DIR: north-america
DELETE: True
PUBLISH: False