Skip to content

Commit

Permalink
Update release GHA based on warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Mar 3, 2025
1 parent 431568d commit 7ca3076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ jobs:
source Version.txt
GEOS_FULL_VERSION=${GEOS_VERSION_MAJOR}.${GEOS_VERSION_MINOR}.${GEOS_VERSION_PATCH}${GEOS_PATCH_WORD}
echo GEOS_FULL_VERSION $GEOS_FULL_VERSION
echo "::set-output name=geosversion::${GEOS_FULL_VERSION}"
echo "geosversion=${GEOS_FULL_VERSION}" >> $GITHUB_STATE
- name: 'Create Release Notes'
id: notes
run: |
pwd
perl tools/ci/releasenotes.pl NEWS.md > release.md
echo "::set-output name=geosnotes::./release.md"
echo "geosnotes=./release.md" >> $GITHUB_STATE
- name: 'Bundle & Check Package'
id: bundle
Expand Down

0 comments on commit 7ca3076

Please sign in to comment.