Skip to content

Commit 1cf8a66

Browse files
chore: bump @semantic-release/github from 12.0.2 to 12.0.3 (#83)
* chore: bump @semantic-release/github from 12.0.2 to 12.0.3 Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 12.0.2 to 12.0.3. - [Release notes](https://github.com/semantic-release/github/releases) - [Commits](semantic-release/github@v12.0.2...v12.0.3) --- updated-dependencies: - dependency-name: "@semantic-release/github" dependency-version: 12.0.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * docs: update output syntax --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: addetz <[email protected]>
1 parent 4c958a0 commit 1cf8a66

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
npx semantic-release --dry-run
4343
cat VERSION.env
4444
source VERSION.env
45-
echo "::set-output name=version::$VERSION"
45+
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
4646
4747
- name: Set up QEMU
4848
if: ${{ steps.version.outputs.VERSION != ''}}
@@ -115,7 +115,7 @@ jobs:
115115
npx semantic-release --dry-run
116116
cat VERSION.env
117117
source VERSION.env
118-
echo "::set-output name=version::$VERSION"
118+
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
119119
120120
- name: Set up QEMU
121121
if: ${{ steps.version.outputs.VERSION != ''}}

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)