We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d579e69 commit 99d78b4Copy full SHA for 99d78b4
.github/workflows/release.yaml
@@ -34,7 +34,7 @@ jobs:
34
npx semantic-release --dry-run
35
cat VERSION.env
36
source VERSION.env
37
- echo "::set-output name=version::$VERSION"
+ echo "version=$VERSION" >> $GITHUB_OUTPUT
38
39
- name: Set up QEMU
40
if: ${{ steps.version.outputs.VERSION != ''}}
0 commit comments