Skip to content

Commit

Permalink
[ci build] ppp
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowwalkersb committed Jun 8, 2024
1 parent 71510ff commit 542b64e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tag-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
new_version="v${major}.${minor}.${patch}"
echo ${new_version}
echo "new_version=${new_version}" >> $GITHUB_ENV
- name: Checkout eman-feedstock
uses: actions/checkout@v2
Expand All @@ -82,7 +83,7 @@ jobs:
echo "recipe/meta.yaml Before"
cat recipe/meta.yaml
sed -i 's/set\s*version\s*=\s*"[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*"/set version = "2.99.999"/' recipe/meta.yaml
sed -i 's/set\s*version\s*=\s*"[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*"/set version = "${{ env.new_version }}"/' recipe/meta.yaml
sed -i 's/set\s*build\s*=\s*[0-9][0-9]*/set build = 0/' recipe/meta.yaml
echo;echo;echo;echo;echo;
echo "recipe/meta.yaml After"
Expand Down

0 comments on commit 542b64e

Please sign in to comment.