Skip to content

Commit

Permalink
test: Testing changes in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Oct 24, 2023
1 parent 270ee0d commit 4986dc0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
- name: Build artifacts for PRs
if: github.event_name == 'pull_request'
run: npm run dist
# - name: Check if semantic-release created a build
# id: check_build
# uses: andstor/file-existence-action@v2
# with:
# files: "./src/sdks/core/dist/lib/firebolt.mjs"
- name: Check if semantic-release created a build
id: check_build
uses: andstor/file-existence-action@v2
with:
files: "./src/sdks/core/dist/lib/firebolt.mjs"
# - name: Release Firebolt SDKs to NPM
# if: steps.check_build.outputs.files_exists == 'true' && github.event_name != 'pull_request' && (github.ref_name != 'main' || github.event_name == 'workflow_dispatch')
# env:
Expand Down

0 comments on commit 4986dc0

Please sign in to comment.