Skip to content

Commit

Permalink
Merge pull request #41 from Liam-Deacon/fix/fix-release-drafter-config
Browse files Browse the repository at this point in the history
fix: Remove tag-new-versions job
  • Loading branch information
Liam-Deacon authored Jan 15, 2024
2 parents c43f5bd + 817f743 commit bd3f645
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,17 @@ permissions:

jobs:

tag-new-versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: salsify/action-detect-and-tag-new-version@v2
with:
version-command: |
python3 -c "import phaseshifts; print(phaseshifts.__version__)"
# TODO: Automatically determine version for release-drafter
# tag-new-versions:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# with:
# fetch-depth: 2
# - uses: salsify/action-detect-and-tag-new-version@v2
# with:
# version-command: |
# python3 -c "import phaseshifts; print(phaseshifts.__version__)"

update_release_draft:
permissions:
Expand Down

0 comments on commit bd3f645

Please sign in to comment.