Skip to content

Commit

Permalink
ci: remove redundant parts and test outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed May 16, 2023
1 parent 20d34c1 commit a65072b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/marketplace.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,13 @@ jobs:
run: |
npx semantic-release
- name: "echo outputs"
run: |
echo "RELEASE_TAG: ${{ env.RELEASE_TAG }}"
echo "RELEASE_URL: ${{ env.RELEASE_URL }}"
echo "outputs.release-tag: ${{ steps.release.outputs.release-tag }}"
echo "outputs.release-version: ${{ steps.release.outputs.release-version }}"
cleanup:
name: Cleanup actions
needs:
Expand Down

0 comments on commit a65072b

Please sign in to comment.