Skip to content

Commit

Permalink
Release 7.0.1 (#53)
Browse files Browse the repository at this point in the history
## What's changed

* Use correct workflow branches
(#52)
  • Loading branch information
puehringer authored Dec 14, 2023
2 parents bf7c671 + b822093 commit 7d790e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
build:
uses: datavisyn/github-workflows/.github/workflows/build-node.yml@main
uses: datavisyn/github-workflows/.github/workflows/build-node.yml@new_deployment
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ on: workflow_dispatch

jobs:
publish:
uses: datavisyn/github-workflows/.github/workflows/publish-node.yml@main
uses: datavisyn/github-workflows/.github/workflows/publish-node.yml@new_deployment
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ on: workflow_dispatch

jobs:
release:
uses: datavisyn/github-workflows/.github/workflows/release-source.yml@main
uses: datavisyn/github-workflows/.github/workflows/release-source.yml@new_deployment
secrets: inherit
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "visyn_scripts",
"description": "",
"version": "7.0.0",
"version": "7.0.1",
"author": {
"name": "datavisyn GmbH",
"email": "contact@datavisyn.io",
Expand Down

0 comments on commit 7d790e2

Please sign in to comment.