Skip to content

Commit fd17125

Browse files
committed
chore: fix step in GA
1 parent 272fa2f commit fd17125

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,15 @@ jobs:
3737
- name: Export JSON from YAML
3838
run: js-yaml mcfunction.tmLanguage.yaml > mcfunction.tmLanguage.json
3939

40-
- name: Push JSON to repo for sublime
40+
- name: Push JSON to repo for sublime (if not matched)
4141
if: github.ref == 'refs/heads/main'
4242
run: |
4343
git config --global user.name "github-actions"
4444
git config --global user.email "[email protected]"
4545
git add mcfunction.tmLanguage.json
4646
git commit -m "🤖 Generate JSON"
4747
git push origin main
48+
continue-on-error: true
4849

4950
- name: Package VSCode Ext
5051
run: vsce package

0 commit comments

Comments
 (0)