Skip to content

Commit

Permalink
Revert wirecloud to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jan 1, 2021
1 parent 5185688 commit 88d298d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/chron-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
git merge origin/master --strategy-option theirs
git submodule foreach 'git reset HEAD $path'
git submodule foreach 'git checkout `git describe --tags $(git rev-list --tags --max-count=1)`'
cd processing/wirecloud/wirecloud
git checkout 1.3.1
git add -A .
git commit -m "Merge master into releases" -a
- name: Push changes
Expand Down
2 changes: 1 addition & 1 deletion processing/wirecloud/wirecloud
Submodule wirecloud updated 355 files

0 comments on commit 88d298d

Please sign in to comment.