Skip to content

Commit

Permalink
fix: move .github
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Jan 25, 2024
1 parent 1ec1838 commit 8ed6a1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semantic_prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on:
jobs:

Semantic-Pre-Release:
uses: MyElectricalData/.github/workflows/python_semantic_release.yaml@main
uses: MyElectricalData/.github/.github/workflows/python_semantic_release.yaml@main
with:
PRE_RELEASE: true
2 changes: 1 addition & 1 deletion .github/workflows/semantic_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on:
jobs:

Semantic-Release:
uses: MyElectricalData/.github/workflows/python_semantic_release.yaml@main
uses: MyElectricalData/.github/.github/workflows/python_semantic_release.yaml@main
with:
PRE_RELEASE: false

0 comments on commit 8ed6a1a

Please sign in to comment.