Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio committed Oct 28, 2024
1 parent bb7de4f commit d186d6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:

- name: Run tests
uses: coactions/setup-xvfb@v1
continue-on-error: ${{ matrix.os == 'macos-latest' }}
with:
run: pnpm test:e2e:raw

Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ A visual tool to create task automation workflows.
- Deploy to popular platforms (Steam, Itch.io, etc.)
- Automate repetitive tasks

# Getting Started
# Getting Started

# Making a release
```
pnpm changeset version
pnpm changeset tag
```

0 comments on commit d186d6d

Please sign in to comment.