Skip to content

Commit

Permalink
💚 ci: misssing checkout in release action (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
aksiome authored Jan 24, 2025
1 parent 6c5d6e5 commit 44da684
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
ref: ${{ github.ref }}
- uses: fregante/setup-git-user@v2
- uses: pdm-project/setup-pdm@v4
Expand All @@ -41,6 +40,9 @@ jobs:
release_name: ${{ steps.check-versions.outputs.release_name }}
version_exists: ${{ steps.check-versions.outputs.version_exists }}
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- name: Check Versions
id: check-versions
run: |
Expand All @@ -63,6 +65,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ needs.check-versions.outputs.version_exists == 'false' }}
steps:
- uses: actions/checkout@v4
- uses: fregante/setup-git-user@v2
- uses: pdm-project/setup-pdm@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions meta/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3305,6 +3305,9 @@
"authors": [
"Aksiome"
],
"contributors": [
"runoshun"
],
"created": {
"date": "2023/08/18",
"minecraft_version": "23w32a"
Expand Down

0 comments on commit 44da684

Please sign in to comment.