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 1560f13 commit d6892beCopy full SHA for d6892be
.github/workflows/pre-release.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Get the previous release version
41
id: old_version
42
run: |
43
- export MVN_OLD_VERSION=$(node -pe "require('./website/package.json').version")
+ export MVN_OLD_VERSION=$(git describe --tags --abbrev=0)
44
echo "::set-output name=previous_version::$MVN_OLD_VERSION"
45
46
- name: Update pre-release version
.github/workflows/test-core.yml
@@ -4,8 +4,6 @@ on:
4
pull_request:
5
branches:
6
- develop
7
- - staging
8
- - main
9
paths:
10
- 'core-java/**'
11
- '.github/**'
0 commit comments