Skip to content

Commit

Permalink
add output
Browse files Browse the repository at this point in the history
  • Loading branch information
SpookyJelly committed Aug 9, 2023
1 parent 9b918a2 commit 26fa0f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
# run: echo "::set-output name=commit_sha::$(git rev-parse HEAD)"
id: commit_sha
run: echo "commit_sha=$(git rev-parse HEAD) >> $GITHUB_OUTPUT"

outputs:
commit_sha: ${{ steps.commit_sha.outputs.commit_sha }}
npm_publish:
needs: [bump_version]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 26fa0f2

Please sign in to comment.