Skip to content

Commit

Permalink
fix: nx parameters (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav-affinidi authored Jan 31, 2025
1 parent c3819d4 commit 3393da2
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 3393da2

Please sign in to comment.