Skip to content

Commit

Permalink
ci: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed May 24, 2023
1 parent aa49e32 commit 22e67de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- name: Build
run: |
type=${${{inputs.type}}:-"sdk""}
type=${${{inputs.type}}:-"sdk"}
curl -X POST -sS -D- -o/dev/null ${{secrets.JENKINS_BUILD_URL}} \
-H 'Content-Type: application/json' \
-d '{"branch": "${{github.ref_name}}, "type": "${type}"}'
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
- name: Release
if: ${{ !inputs.dry-run }}
run: |
yarn release ${{ inputs.increment }} --ci --no-npm
yarn release ${{ inputs.increment }} --ci --no-npm --no-git.changelog

0 comments on commit 22e67de

Please sign in to comment.