Skip to content

Commit

Permalink
wip: ci 12
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanff committed May 7, 2024
1 parent ef490cd commit b5b692f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
description: 'Release version number (e.g., 1.0.0)'
required: true


jobs:
pre-release:
runs-on: ${{ matrix.os }}
Expand All @@ -37,7 +36,7 @@ jobs:
with:
github_token: ${{ secrets.github_token }}
release: false
args: -c.extraMetadata.version=${{ github.event.inputs.version_number }}
args: -c.extraMetadata.version=${{ github.event.inputs.version-number }}

- name: Create Pre-Release
uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit b5b692f

Please sign in to comment.