We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c7f8d commit 23507daCopy full SHA for 23507da
1 file changed
.github/workflows/update-version.yml
@@ -14,6 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
with:
16
ref: main
17
+ token: ${{ secrets.NOTE_PYTHON_PUSH }}
18
- name: Extract version from tag
19
run: echo "TAG_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
20
- name: Update pyproject.toml version
0 commit comments