Skip to content

Commit

Permalink
Tags pls
Browse files Browse the repository at this point in the history
  • Loading branch information
robotgryphon committed Feb 21, 2024
1 parent 66198fe commit c2f15d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 150
fetch-tags: true
submodules: true

- name: Version
id: version
uses: paulhatch/semantic-version@v5.3.0
uses: paulhatch/semantic-version@v5.4.0
with:
change_path: "neoforge-main"
version_format: "${major}.${minor}.${patch}.${increment}-nightly"
Expand Down

0 comments on commit c2f15d0

Please sign in to comment.