We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0a631 commit ec5a04fCopy full SHA for ec5a04f
.github/workflows/test-action.yml
@@ -29,4 +29,6 @@ jobs:
29
python-version: "3.12"
30
31
- name: Set PyPI Version
32
- uses: PowerGridModel/pgm-version-bump@main
+ uses: PowerGridModel/pgm-version-bump@${{ github.sha }}
33
+ with:
34
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments