Skip to content

Commit 8a44c78

Browse files
committed
not working w main bc there is no main here
1 parent f1f9b20 commit 8a44c78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
releaseVersion:
77
description: "Version to use for the release."
88
required: true
9-
default: "X.Y.Z"
9+
default: "X.Y"
1010
# developmentVersion: #this could be the release notes??
1111
# description: "Version to use for further development"
1212
# required: true
@@ -17,8 +17,8 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20-
with:
21-
ref: 'main'
20+
# with:
21+
# ref: 'main'
2222
- name: Set up python
2323
uses: actions/setup-python@v5
2424
with:

0 commit comments

Comments
 (0)