Skip to content

Commit

Permalink
fix: version path
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-deriv committed Sep 22, 2023
1 parent 24a0f12 commit f285d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
status: ${{ env.WORKFLOW_CONCLUSION }}
release_type: Production
version: $(echo cat packages/core/dist/version | bash)
version: $(echo cat public/version | bash)

0 comments on commit f285d59

Please sign in to comment.