Skip to content

Commit

Permalink
ci: disable publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa-93 committed Nov 12, 2024
1 parent e1ef1ca commit 716dbc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: ./.github/workflows/deploy.yml
with:
renderer-template: ${{ matrix.renderer-template }}
app-version: ${{ needs.prepare.outputs.APP_FULL_VERSION }}
app-version: ${{ needs.prepare.outputs.APP_VERSION }}
build-number: ${{ needs.prepare.outputs.COMMIT_TIMESTAMP }}
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
pattern: "*-${{inputs.renderer-template}}"
path: dist
merge-multiple: true
- run: gh release create v${{inputs.app-version}}-${{inputs.renderer-template}}.${{inputs.build-number}} dist/*${{inputs.renderer-template}}* dist/*latest.yml --draft --repo ${{github.repository}}
- run: gh release create v${{inputs.app-version}}-${{inputs.renderer-template}}.${{inputs.build-number}} dist/*${{inputs.renderer-template}}* dist/*latest.yml --repo ${{github.repository}}
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 716dbc6

Please sign in to comment.