Skip to content

Commit

Permalink
chore; Are we there yet?
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Sep 29, 2024
1 parent 0a53fce commit 79df216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
export NIGHTLY_SUFFIX=$(echo -nightly-`date +%F`-`git rev-parse --short HEAD`)
echo Will add nightly suffix $NIGHTLY_SUFFIX
echo sed -i "s/^version = \"\\(.\*\\)\"/version = \"\\1$NIGHTLY_SUFFIX\"/" sdk/Cargo.toml
sed -i "s/^version = \"\\(.\*\\)\"\/version = \"\\1$NIGHTLY_SUFFIX\"/" sdk/Cargo.toml
echo sed -i "s/^version = \"([^\"]*)\"/version = \"\\1$NIGHTLY_SUFFIX\"/" sdk/Cargo.toml
sed -i "s/^version = \"([^\"]*)\"/version = \"\\1$NIGHTLY_SUFFIX\"/" sdk/Cargo.toml
echo
echo Proposed changes:
Expand Down

0 comments on commit 79df216

Please sign in to comment.