We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5321d54 commit 9104fd8Copy full SHA for 9104fd8
.github/workflows/tagged-release.yml
@@ -47,6 +47,15 @@ jobs:
47
path: './gradle.properties'
48
property: 'mod_id'
49
50
+ - name: Find Current Tag
51
+ id: current
52
+ uses: jimschubert/query-tag-action@v1
53
+ with:
54
+ include: 'v*'
55
+ exclude: '*-rc*'
56
+ commit-ish: '@'
57
+ skip-unshallow: 'true'
58
+
59
- name: Semver Version
60
id: version
61
run: |
0 commit comments