Skip to content

Commit

Permalink
fix workflow wrong filename due to rename
Browse files Browse the repository at this point in the history
  • Loading branch information
siakhooi committed Apr 15, 2024
1 parent e1cb191 commit 38de864
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
quality-build-test:
uses: ./.github/workflows/workflow-build-with-quality-checks.yml
uses: ./.github/workflows/workflow-new-code-changes.yml
deploy-all:
needs: quality-build-test
uses: ./.github/workflows/workflow-deploy-all.yml
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ git-commit-and-push:
scripts/git-commit-and-push.sh
create-release:
scripts/create-release.sh
delete-release:
gh release delete --cleanup-tag 1.14.0

clean-bats-logs:
rm tests/bats-test-result-*.log
Expand Down

0 comments on commit 38de864

Please sign in to comment.