Skip to content

Commit

Permalink
ci: remove debug code from release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
axi92 committed Sep 23, 2024
1 parent b978814 commit b293f04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- name: Debug inputs
run: |
echo "Type of release:${{ github.event.inputs.input_version }} from user ${GITHUB_ACTOR}"
git config --list
- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -85,10 +84,9 @@ jobs:
run: |
git config user.name "${{ steps.import-gpg.outputs.name }}"
git config user.email "${{ steps.import-gpg.outputs.email }}"
git config --list
- name: Run release-it
run: npx release-it ${{ github.event.inputs.input_version }} --ci -V
run: npx release-it ${{ github.event.inputs.input_version }} --ci
env:
BOT_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}

Expand Down

0 comments on commit b293f04

Please sign in to comment.