Skip to content

Commit

Permalink
Merge pull request #28 from Workiva/fixed_release_matching
Browse files Browse the repository at this point in the history
FEDX-1659: Fixed release matching on validate-publish
  • Loading branch information
rmconsole3-wf authored Sep 27, 2024
2 parents 97de645 + 14a34f7 commit 2b96b4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,10 @@ jobs:
- id: analyze-pubspec
working-directory: ${{ inputs.package-path }}
run: |
PACKAGE_NAME=$(yq '.name' pubspec.yaml)
PACKAGE_VERSION=$(yq '.version' pubspec.yaml)
echo "package_version=$PACKAGE_VERSION" >> $GITHUB_OUTPUT
echo "release_ref=release_${PACKAGE_NAME}_${PACKAGE_VERSION}" >> $GITHUB_OUTPUT
echo "release_ref=release_${{ github.event.repository.name }}_${PACKAGE_VERSION}" >> $GITHUB_OUTPUT
# Only validate the publish for release pull requests, as determined by the branch name
- name: Debug
Expand Down

0 comments on commit 2b96b4b

Please sign in to comment.