Skip to content

Commit

Permalink
not working w main bc there is no main here
Browse files Browse the repository at this point in the history
  • Loading branch information
seshubaws committed May 9, 2024
1 parent f1f9b20 commit 8a44c78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
releaseVersion:
description: "Version to use for the release."
required: true
default: "X.Y.Z"
default: "X.Y"
# developmentVersion: #this could be the release notes??
# description: "Version to use for further development"
# required: true
Expand All @@ -17,8 +17,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: 'main'
# with:
# ref: 'main'
- name: Set up python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 8a44c78

Please sign in to comment.