Skip to content

Commit

Permalink
Fix version definition in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Dec 17, 2024
1 parent e2abfb6 commit aca27f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:

package:
runs-on: ubuntu-latest

env:
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ github.event.inputs.version }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit aca27f5

Please sign in to comment.