Skip to content

Commit

Permalink
fix: test output
Browse files Browse the repository at this point in the history
  • Loading branch information
oplik0 committed Sep 20, 2022
1 parent 6741bee commit d49d4ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: pnpm dlx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: echo outputs
run: echo ${{ steps.semantic-release.outputs.release_id }}

build-tauri:
if: "!contains(github.event.head_commit.message, '[skip ci]') && needs.create-release.outputs.release_id"
Expand Down

0 comments on commit d49d4ce

Please sign in to comment.