Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aakrem committed Feb 18, 2024
1 parent e732602 commit c4ede6c
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish a new release
name: Bump versions

on:
workflow_dispatch:
Expand All @@ -9,9 +9,9 @@ on:
default: "patch"
type: choice
options:
- Patch
- Minor
- Major
- patch
- minor
- major

jobs:
migrate-db-schema-stage:
Expand All @@ -31,7 +31,7 @@ jobs:
node-version: 20

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.9

Expand All @@ -51,4 +51,4 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.PAT }}
token: ${{ secrets.TOKEN }}

0 comments on commit c4ede6c

Please sign in to comment.