Skip to content

Commit

Permalink
Fix Julia packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Jul 8, 2021
1 parent 6db96fa commit 00b5819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cp ../../../enz/.packaging/build_tarballs.jl build_tarballs.jl
sed "s~%ENZYME_VERSION%~${GITHUB_REF}~g" build_tarballs.jl -i
sed "s~%ENZYME_HASH%~${GITHUB_SHA}~g" build_tarballs.jl -i
git add Enzyme@11
git add .
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v3
Expand Down

0 comments on commit 00b5819

Please sign in to comment.