Browse Source

release: 0.2.0 (take two)

Fix the release workflow to have the correct branch name.
Nicholas Bishop 1 month ago
parent
commit
3c63c8be6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -1,7 +1,7 @@
 on:
   push:
     branches:
-      - main
+      - master
       
 name: Release