We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272fa2f commit fd17125Copy full SHA for fd17125
.github/workflows/publish.yml
@@ -37,14 +37,15 @@ jobs:
37
- name: Export JSON from YAML
38
run: js-yaml mcfunction.tmLanguage.yaml > mcfunction.tmLanguage.json
39
40
- - name: Push JSON to repo for sublime
+ - name: Push JSON to repo for sublime (if not matched)
41
if: github.ref == 'refs/heads/main'
42
run: |
43
git config --global user.name "github-actions"
44
git config --global user.email "[email protected]"
45
git add mcfunction.tmLanguage.json
46
git commit -m "🤖 Generate JSON"
47
git push origin main
48
+ continue-on-error: true
49
50
- name: Package VSCode Ext
51
run: vsce package
0 commit comments