Skip to content

Commit

Permalink
Fix Branch
Browse files Browse the repository at this point in the history
  • Loading branch information
domi-btnr committed Aug 28, 2024
1 parent 1dba5e2 commit bbf5db4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Restore repo
uses: actions/checkout@v4
with:
ref: main
ref: master

- name: Apply build
uses: actions/download-artifact@v4
Expand Down
4 changes: 1 addition & 3 deletions InvisibleTyping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
{
"title": "Fixed",
"type": "fixed",
"items": [
"The Plugin works again"
]
"items": ["The Plugin works again"]
}
],
"changelogDate": "2024-08-29"
Expand Down

0 comments on commit bbf5db4

Please sign in to comment.