Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into replace-iarna-with-…
Browse files Browse the repository at this point in the history
…smol
  • Loading branch information
Arnei committed Sep 2, 2024
2 parents b9ef5fb + 6b8eabd commit 544c120
Show file tree
Hide file tree
Showing 7 changed files with 2,751 additions and 8,867 deletions.
2 changes: 1 addition & 1 deletion .github/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export PUBLIC_URL=/editor-ui
export VITE_APP_SETTINGS_PATH="/ui/config/editor/editor-settings.toml"
npm run build

FILENAME="oc-editor-$(date --utc +%F).tar.gz"
FILENAME="oc-editor-$(date -u +%F).tar.gz"
cd build
TMP="$(mktemp)"
mv editor-settings.toml "$TMP"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
ssh-keyscan github.com >> ~/.ssh/known_hosts
- name: Wait for previous workflows to finish
uses: softprops/turnstyle@v1
uses: softprops/turnstyle@v2
with:
same-branch-only: false
env:
Expand Down
Loading

0 comments on commit 544c120

Please sign in to comment.