Skip to content

Commit

Permalink
Workflow quick fix (#13)
Browse files Browse the repository at this point in the history
* fix typo in release workflow

* increment version
  • Loading branch information
dpgraham4401 committed Jan 29, 2024
1 parent c064a4e commit 379c0a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
run_tests:
name: 'Run Tests'
uses: ./.github/workflows/test_client.yaml
uses: ./.github/workflows/test.yaml

build_container_image:
name: 'Build Image'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "the-manifest-game",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 379c0a9

Please sign in to comment.