Skip to content

Commit

Permalink
fix(cicd): resolve issue with broken release (#70)
Browse files Browse the repository at this point in the history
* Updated release workflow.
  • Loading branch information
lexara-prime-ai authored Aug 19, 2024
1 parent 7ea744b commit af53c29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
echo "Cargo metadata has version set to ${CURR_VER}, but got pushed tag ${PUSHED_TAG}."
exit 1
fi
working-directory: ./core

release-crate:
needs: validate-release-tag
Expand Down

0 comments on commit af53c29

Please sign in to comment.