Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersokari committed Jan 16, 2025
1 parent 0bce000 commit caa8d2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ on:

jobs:
deploy-cli:
if: ${{ github.event.inputs.job == 'cli' }}
runs-on: ubuntu-latest
outputs:
version: ${{steps.version-out.outputs.version}}
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:
with:
author_name: Sokari
author_email: [email protected]
message: "Release ${{github.event.inputs.job}} version ${{ steps.publish.outputs.version }}"
message: "Release ${{github.event.inputs.job}} package version ${{ steps.publish.outputs.version }}"
add: '${{ env.DIR }}/*.json'
push: 'origin main --force'
tag: 'v${{steps.publish.outputs.version}}-${{github.event.inputs.job}} --force'
Expand Down

0 comments on commit caa8d2b

Please sign in to comment.