Skip to content

Commit

Permalink
fix: try5 dynamic update sha value
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunprakash027 committed Jan 27, 2024
1 parent dcb0fb7 commit 41ffaa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_version_neo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
echo "Updating formula file with version $tag and sha256 $sha256"
rm Casks/csv2notion-neo.rb
echo 'cask "csv2notion-neo" do' > Casks/csv2notion-neo.rb
echo " version \"$tag\"" >> Casks/csv2notion-neo.rb
echo ' sha256 ""' >> Casks/csv2notion-neo.rb
echo ' sha256 "$sha256"' >> Casks/csv2notion-neo.rb
echo " neo_version = \"$tag\"" >> Casks/csv2notion-neo.rb
echo " url \"https://github.com/TheAcharya/csv2notion-neo/releases/download/v$tag/CSV2Notion-Neo_$tag.pkg\"" >> Casks/csv2notion-neo.rb
echo ' name "Csv2notionNeo"' >> Casks/csv2notion-neo.rb
Expand Down

0 comments on commit 41ffaa8

Please sign in to comment.