Skip to content

Commit

Permalink
Update releaseWithCoreBundle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales authored Aug 26, 2024
1 parent a2f6580 commit c8466ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releaseWithCoreBundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
get-package-info:
runs-on: ubuntu-latest
outputs:
package_version: ${{ steps.getVersion.outputs.packageVersion }}
packageVersion: ${{ steps.getVersion.outputs.packageVersion }}
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -34,4 +34,4 @@ jobs:
with:
branch: ${{ inputs.branch || 'main'}}
packageName: '@salesforce/apex-node-bundle'
package-version: ${{ steps.get-package-info.outputs.packageVersion }}
packageVersion: ${{ needs.get-package-info.outputs.packageVersion }}

0 comments on commit c8466ca

Please sign in to comment.