Skip to content

Commit

Permalink
No version tune up would be needed now
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
yarikoptic and effigies authored Jun 10, 2024
1 parent c01bb28 commit 00418fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deno_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,10 @@ jobs:
with:
name: main
path: main
- name: Create shim, adjust version, and commit to new branch
- name: Create shim and commit to new branch
run: |
mv main/main.js .
mv main/bids-validator.js .
sed -i -e "s,version(\"alpha\"),version(\"${VERSION}.deno\"),g" bids-validator.js
echo -e '#!/usr/bin/env bash\n\ndeno run --allow-read --allow-write --allow-env --allow-net --allow-run "$(dirname "$0")"/bids-validator.js "$@"' >| bids-validator
chmod a+x bids-validator
git add main.js bids-validator.js bids-validator
Expand Down

0 comments on commit 00418fe

Please sign in to comment.