Skip to content

Commit

Permalink
push to the main brain
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-vorobiov committed Sep 18, 2024
1 parent 6327735 commit 82ea813
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
run: |
echo "VERSION=$(sed -n 's/\/\/ *@version *//p' evolve_analytics.meta.js)" >> $GITHUB_ENV
- name: Checkout experimental
- name: Checkout main
uses: actions/checkout@v4
with:
ref: experimental
ref: main
path: build

- name: Setup node
Expand Down
2 changes: 1 addition & 1 deletion evolve_analytics.meta.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Evolve Analytics
// @namespace http://tampermonkey.net/
// @version 0.2.0
// @version 0.2.1
// @description Track and see detailed information about your runs
// @author Sneed
// @match https://pmotschmann.github.io/Evolve/
Expand Down

0 comments on commit 82ea813

Please sign in to comment.