Skip to content

Commit

Permalink
chore: Update versioning in release-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tyutyutyu committed Sep 29, 2024
1 parent 9c85cc3 commit 3673a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: poetry install

- name: Bump version
run: poetry version "$(poetry version --short)+test${GITHUB_RUN_NUMBER}"
run: poetry version "$(poetry version --short)+rc${GITHUB_RUN_NUMBER}"

- name: Build
run: poetry build
Expand Down

0 comments on commit 3673a01

Please sign in to comment.