Skip to content

Commit

Permalink
fix: Added file existance output
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Aug 27, 2024
1 parent a423352 commit a9398e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ jobs:
const fs = require('fs');
const path = './src/sdks/core/dist/lib/firebolt.mjs';
return fs.existsSync(path);
- name: File Existence Output
run: echo "File exists: ${{ steps.check_file.outputs.result }}"
- name: Get version from package.json
run: |
RELEASE_VERSION=$(node -p "require('./package.json').version")
Expand Down

0 comments on commit a9398e4

Please sign in to comment.