Skip to content

Commit

Permalink
Merge pull request #1425 from bcgov/ci/release
Browse files Browse the repository at this point in the history
ci: clean changes when releasing
  • Loading branch information
junminahn authored Nov 28, 2023
2 parents beb310e + 0a7ad53 commit c89a736
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 c89a736

Please sign in to comment.