Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit a8bd163

Browse files
committed
Update gha
1 parent 9a31af4 commit a8bd163

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cicd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
run: "make test"
4949
deploy:
5050
runs-on: "ubuntu-20.04"
51-
needs:
52-
- "test"
53-
if: "${{ github.event_name == 'release' }}"
51+
# needs:
52+
# - "test"
53+
# if: "${{ github.event_name == 'release' }}"
5454
steps:
5555
- name: "Check out repository code"
5656
uses: "actions/checkout@v3"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ test:
2323
@echo "Done."
2424

2525
update-tag:
26-
sed -i '' 's/tag: \".*\"/tag: \"$(tag)\"/g' $(values)
26+
sed -i 's/tag: \".*\"/tag: \"$(tag)\"/g' $(values)

0 commit comments

Comments
 (0)