Skip to content

Commit

Permalink
bumped patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaaks committed Jan 31, 2024
1 parent 465288a commit 234b2a6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `zenodraft/action@0.13.1` PRERELEASE
# `zenodraft/action@0.13.2` PRERELEASE

Automates drafting depositions on Zenodo or Zenodo Sandbox.

Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ZENODO_SANDBOX_ACCESS_TOKEN: ${{ secrets.ZENODO_SANDBOX_ACCESS_TOKEN }}
uses: zenodraft/action@0.13.1
uses: zenodraft/action@0.13.2
with:
concept: 1234567
metadata: .zenodo.json
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@octokit/webhooks-definitions": "^3.67.3",
"js-yaml": "^4.1.0",
"typescript": "^4.3.2",
"zenodraft": "0.13.1"
"zenodraft": "0.13.2"
},
"description": "GitHub action to automate making draft depositions on Zenodo or Zenodo Sandbox",
"homepage": "https://github.com/zenodraft/action#readme",
Expand All @@ -35,7 +35,7 @@
"transpile": "tsc -p tsconfig.json",
"deps": "echo '\nupdating dependencies for production\n' && rm -rf node_modules && npm install --production && git add node_modules --force && git status"
},
"version": "0.13.0",
"version": "0.13.2",
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/js-yaml": "^4.0.1",
Expand Down

0 comments on commit 234b2a6

Please sign in to comment.