Skip to content

Commit

Permalink
Merge pull request #47 from rl404/develop
Browse files Browse the repository at this point in the history
cicd: split job replace version
  • Loading branch information
rl404 authored Jan 12, 2024
2 parents df2bc04 + 1c20315 commit 2fc927f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: tag
on: workflow_dispatch

jobs:
tag:
name: Tag
replace-version:
name: Replace Version
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand All @@ -26,6 +26,10 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag:
name: Tag
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Create tag
Expand Down

0 comments on commit 2fc927f

Please sign in to comment.