Skip to content

Commit

Permalink
try date
Browse files Browse the repository at this point in the history
  • Loading branch information
pschicho committed Oct 18, 2024
1 parent 4aa1b26 commit 4c976a4
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 @@ -35,8 +35,8 @@ jobs:
- name: Update version and date in WallGoMatrix.m
run: |
sed -i.bak \
-e "s/WallGoMatrix\`\$WallGoMatrixVersion = \".*\";/WallGoMatrix\`\$WallGoMatrixVersion = \"${tag}\"\;/" \
-e "s/WallGoMatrix\`\$WallGoMatrixVersionDate = \".*\"\;/WallGoMatrix\`\$WallGoMatrixVersionDate = \"${date}\"\;/" \
-e "s/WallGoMatrix\`\$WallGoMatrixVersion = \".*\";/WallGoMatrix\`\$WallGoMatrixVersion = \"$date\"\;/" \
-e "s/WallGoMatrix\`\$WallGoMatrixVersionDate = \".*\"\;/WallGoMatrix\`\$WallGoMatrixVersionDate = \"$date\"\;/" \
WallGoMatrix.m
- name: Commit and push version update
Expand Down

0 comments on commit 4c976a4

Please sign in to comment.