mirror of
https://github.com/pufereq/python-template.git
synced 2025-12-15 07:39:32 +00:00
ci(release.yaml): remove unfinished code
This commit is contained in:
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
@@ -38,14 +38,7 @@ env:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Test
|
||||
uses: ./.github/actions/test
|
||||
bump_version:
|
||||
needs: test
|
||||
runs-on: ubuntu-latest
|
||||
name: Bump version and create release
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user