We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3769f commit 86ff7d1Copy full SHA for 86ff7d1
.github/workflows/draft-release.yaml
@@ -16,12 +16,12 @@ jobs:
16
with:
17
fetch-depth: 0
18
19
- - name: Set up YQ
20
- uses: frenck/action-setup-yq@v1
+ - name: Set up jq
+ uses: dcarbone/install-jq-action@v1.0.1
21
22
- name: Get release version from service.yaml
23
run: |
24
- RELEASE_VERSION=$(yq eval '.version' service.yaml )
+ RELEASE_VERSION=$(jq -r '.version' package.json )
25
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
26
27
- uses: release-drafter/release-drafter@v5
0 commit comments