Skip to content

Commit

Permalink
fix(cicd): RELEASE_VERSION env var (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Nowak-Liebiediew authored Jun 16, 2022
1 parent 458c799 commit 9ec9086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Determine release version
run: |
echo RELEASE_VERSION=$(cargo metadata -q | jq '.packages | .[] | .version' | tr -d \") >> $GITHUB_ENV
echo RELEASE_VERSION=$(cargo metadata -q --no-deps | jq '.packages | .[] | .version' | tr -d \") | tee -a $GITHUB_ENV
- name: Create release
uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit 9ec9086

Please sign in to comment.