fixed version issues

development
Martin Scheidt 2022-06-07 15:40:58 +02:00
parent 46aeba8c0c
commit 9ce4d85778
3 changed files with 11 additions and 5 deletions

View File

@ -4,6 +4,7 @@ on:
branches:
- main
paths-ignore:
- 'CHANGELOG.md'
- 'CITATION.cff'
- 'CODE_OF_CONDUCT.md'
- 'CONTRIBUTING.md'
@ -11,9 +12,12 @@ on:
- 'README.md'
- '.github/workflows/cffvalidation.yml'
- '.github/workflows/CompatHelper.yml'
- '.github/workflows/release.yml'
- '.github/workflows/TagBot.yml'
- '.github/zenodo/*'
pull_request:
paths-ignore:
- 'CHANGELOG.md'
- 'CITATION.cff'
- 'CODE_OF_CONDUCT.md'
- 'CONTRIBUTING.md'
@ -21,7 +25,9 @@ on:
- 'README.md'
- '.github/workflows/cffvalidation.yml'
- '.github/workflows/CompatHelper.yml'
- '.github/workflows/release.yml'
- '.github/workflows/TagBot.yml'
- '.github/zenodo/*'
workflow_dispatch:
concurrency:

View File

@ -141,7 +141,7 @@ jobs:
echo "::set-output name=doi::$(zenodraft deposition show prereserved $ID)"
update_citation:
needs: [create_package, publish_zenodo]
needs: [create_package, register, publish_zenodo]
name: "updating CITATION.cff"
runs-on: ubuntu-latest
steps:
@ -176,7 +176,7 @@ jobs:
commit_user_email: railtoolkit@ownx.net
publish_twitter:
needs: [create_package, publish_zenodo]
needs: [publish_zenodo]
name: "tweet about it"
runs-on: ubuntu-latest
steps:

View File

@ -20,7 +20,7 @@ identifiers:
value: 10.5281/zenodo.6448563
description: 'Collection of archived snapshots of all versions of the library'
- type: doi
value: 10.5281/zenodo.6615424
value: 10.5281/zenodo.6619548
description: Current version
url: 'https://www.railtoolkit.org/projects/TrainRuns.jl/'
repository: 'https://github.com/railtoolkit/TrainRuns.jl'
@ -36,5 +36,5 @@ keywords:
- driving dynamics
- julia language
license: ISC
version: v1.0.1
date-released: 2022-06-05
version: 1.0.1
date-released: 2022-06-07