Skip to content

allow strings and multiple fylr fields in datacite fields #3

allow strings and multiple fylr fields in datacite fields

allow strings and multiple fylr fields in datacite fields #3

Workflow file for this run

name: Release
on:
push:
tags:
- "v*.*.*"
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Get the version
id: get_version
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
shell: bash
- name: Build and Package
shell: bash
run: |
export RELEASE_TAG=${{ steps.get_version.outputs.VERSION }}
make zip
- name: Release
uses: softprops/action-gh-release@v2
with:
name: Release ${{ steps.get_version.outputs.VERSION }}
draft: true
generate_release_notes: true
files: |
build/fylr-plugin-datacite.zip
README.md