Skip to content

Commit

Permalink
fix: publish flow (#541)
Browse files Browse the repository at this point in the history
* fix: passing argument to nx

* fix: passing argument to nx
  • Loading branch information
yaroslav-affinidi authored Jan 31, 2025
1 parent 578ec2a commit a8ffa71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
run: echo "RELEASE_VERSION=$(echo ${GITHUB_REF#refs/tags/} | cut -d'-' -f2 | cut -c2-)" >> $GITHUB_ENV

- name: Publish Tagged Project
run: npx nx run ${{ env.PROJECT_NAME }}:publish --args="-releaseVersion=${env.RELEASE_VERSION}"
run: npx nx run ${{ env.PROJECT_NAME }}:publish --args="-releaseVersion=${{ env.RELEASE_VERSION }}"

0 comments on commit a8ffa71

Please sign in to comment.