Skip to content

Commit

Permalink
ci: add release-drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Sep 29, 2023
1 parent fb3769f commit 86ff7d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/draft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
with:
fetch-depth: 0

- name: Set up YQ
uses: frenck/action-setup-yq@v1
- name: Set up jq
uses: dcarbone/install-jq-action@v1.0.1

- name: Get release version from service.yaml
run: |
RELEASE_VERSION=$(yq eval '.version' service.yaml )
RELEASE_VERSION=$(jq -r '.version' package.json )
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
- uses: release-drafter/release-drafter@v5
Expand Down

0 comments on commit 86ff7d1

Please sign in to comment.