Browse Source

Remove set-output (#94)

pull/96/head
Vince Grassia 2 years ago committed by GitHub
parent
commit
e96b3820cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -47,7 +47,7 @@ jobs:
id: branch id: branch
run: | run: |
BRANCH_NAME=$(basename ${{ github.ref }}) BRANCH_NAME=$(basename ${{ github.ref }})
echo "::set-output name=branch-name::$BRANCH_NAME" echo "branch-name=$BRANCH_NAME" >> $GITHUB_OUTPUT
release-github: release-github:
name: Create GitHub Release name: Create GitHub Release

Loading…
Cancel
Save