Skip to content

Commit 26ab8b3

Browse files
authored
Fix ci (#10)
This pull request includes updates to the GitHub Actions workflows for CI and release processes. The changes simplify the tagging and cleanup steps in the CI workflow and remove an unnecessary argument in the release workflow. Changes to CI workflow: * [`.github/workflows/CI.yml`](diffhunk://#diff-3ab46ee209a127470fce3c2cf106b1a1dbadbb929a4b5b13656a4bc4ce19c0b8L106-R110): Simplified the Docker image tagging and cleanup steps by removing the pull request number from the tag. Changes to release workflow: * [`.github/workflows/release.yml`](diffhunk://#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34L35): Removed the `workdir` argument from the release job configuration.
1 parent 45febbc commit 26ab8b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,5 @@ jobs:
3232
with:
3333
version: '~> v2'
3434
args: release --clean
35-
workdir: backend
3635
env:
3736
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)