Skip to content

Commit

Permalink
chore: [CP-603] Write changelog and update package file
Browse files Browse the repository at this point in the history
  • Loading branch information
kathrynlovett committed Oct 26, 2023
1 parent 03a1ab0 commit 7fa4da0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,16 @@ jobs:
token: ${{ secrets.KIVA_ROBOT_GITHUB_PAT }}
path: .github/
- name: create-release
id: release
uses: ./.github/actions/create-release
env:
GITHUB_PAT: ${{ secrets.KIVA_ROBOT_GITHUB_PAT }}
with:
environment: ${{ github.event.inputs.environment }}
write_to_file: "true"
- name: update-package-file
uses: ./.github/actions/semantic-package-json-update
env:
GITHUB_PAT: ${{ secrets.KIVA_ROBOT_GITHUB_PAT }}
with:
new_version: ${{ steps.release.outputs.tag }}

0 comments on commit 7fa4da0

Please sign in to comment.