Skip to content

Commit

Permalink
Ignore tags on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
amsam0 committed Jan 5, 2025
1 parent 49671a9 commit 504a6b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- '*'
tags-ignore:
- '*'

jobs:
natives:
Expand Down Expand Up @@ -137,7 +139,7 @@ jobs:
run: chmod +x ./gradlew

- name: Add nightly suffix to version
run: sed -e '/pluginVersion = .*/s/"$/-nightly.${{ github.sha }}"/' -i buildSrc/src/main/kotlin/Properties.kt
run: sed -e '/pluginVersion = .*/s/"$/-nightly+${{ github.sha }}"/' -i buildSrc/src/main/kotlin/Properties.kt

- name: Get version
id: version
Expand Down

0 comments on commit 504a6b5

Please sign in to comment.