Skip to content

Commit

Permalink
ci: clean changes when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
junminahn committed Nov 28, 2023
1 parent beb310e commit 0a7ad53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
environment:
description: Environment to deploy ClamAV
description: Environment to deploy
type: environment
required: true
imageTag:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release-tag-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
git checkout -b "$branch"
git push --set-upstream origin "$branch"
./node_modules/.bin/release-it ${{ steps.input.outputs.tag }} --only-version
git status
git reset --hard
./node_modules/.bin/release-it ${{ steps.input.outputs.tag }} --ci
- name: Set output variables
id: vars
Expand Down

0 comments on commit 0a7ad53

Please sign in to comment.