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 75b8a0c commit 87914b2Copy full SHA for 87914b2
.github/workflows/release-ga.yml
@@ -65,7 +65,7 @@ jobs:
65
env:
66
PROJECT_VERSION: ${{ env.PROJECT_VERSION }}
67
run: |
68
- echo "::set-output name=project-version::$PROJECT_VERSION"
+ echo "project-version=$PROJECT_VERSION" >> $GITHUB_OUTPUT
69
70
promote:
71
runs-on: ubuntu-latest
.github/workflows/release-milestone.yml
@@ -70,7 +70,7 @@ jobs:
72
73
74
75
76
0 commit comments