Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Oct 22, 2024
1 parent a561723 commit f7bb0d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,10 @@ jobs:
id: gettag
run: |
version=`echo ${GITHUB_REF} | grep '^refs/tags/v' | sed -e 's|^refs/tags/v\(.*\)|\1|'`
echo version=$version
if [ "$version" = "" ] ; then
version="prerelease"
echo "is prerelease"
fi
echo "version=${version}"
echo "version=${version}" >> $GITHUB_ENV
echo "version=${version}" >> "$GITHUB_OUTPUT"
- name: "build c-ares tarball"
run: |
autoreconf -fi
Expand Down

0 comments on commit f7bb0d7

Please sign in to comment.