Skip to content

Commit

Permalink
Merge pull request #46 from mtrogman/test-auto-release
Browse files Browse the repository at this point in the history
Test auto release
  • Loading branch information
mtrogman authored Oct 12, 2023
2 parents 413e73b + 5fd868d commit ccba746
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,21 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
create-release:
runs-on: ubuntu-latest

steps:
- name: Set Git User Identity
env:
GH_EMAIL: ${{ secrets.GH_EMAIL }}
GH_USER: ${{ secrets.GH_USER }}
run: |
git config --global user.email "$GH_EMAIL"
git config --global user.name "$GH_USER"
- name: Checkout Repository
uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/patch-version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git config --global user.name "$GH_USER"
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Bump Patch Version
id: bump_version
Expand Down

0 comments on commit ccba746

Please sign in to comment.