We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 880ef4a commit 075350dCopy full SHA for 075350d
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
id: version_tag
47
run: |
48
make get-new-version-from-tag
49
- echo "::set-output name=new_version::$(cat new_patch_version.txt)"
+ echo "new_version=$(cat new_patch_version.txt)" >> $GITHUB_OUTPUT
50
integration-test:
51
runs-on: ubuntu-latest
52
needs: [build-test, get-next-version]
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
0 commit comments