Skip to content

Commit

Permalink
Tinker release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gruhn committed Oct 5, 2024
1 parent b6e1c04 commit 60a8038
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,15 @@ jobs:
# while read -r grammar; do
# tree-sitter build --wasm "${grammar%/grammar.js}"
# done < <(find -name grammar.js -not -path './node_modules/*')
- name: Build Wasm binaries
shell: bash
run: |-
rm .gitignore
mv release.gitignore .gitignore
- name: Push to Release Branch
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: release
FOLDER: src
FOLDER: .
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions release.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# files even ignored on release branch

.direnv/
node_modules

0 comments on commit 60a8038

Please sign in to comment.