Skip to content

Commit 4b578b4

Browse files
chore: bump @semantic-release/github from 12.0.2 to 12.0.3 (#44)
* 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]> * chore: update set-output --------- 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 e8f98e6 commit 4b578b4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
npx semantic-release --dry-run
3535
cat VERSION.env
3636
source VERSION.env
37-
echo "::set-output name=version::$VERSION"
37+
echo "version=$VERSION" >> $GITHUB_OUTPUT
3838
3939
- name: Set up QEMU
4040
if: ${{ steps.version.outputs.VERSION != ''}}

package-lock.json

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

0 commit comments

Comments
 (0)