Skip to content

Commit

Permalink
Add github push actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ovlords committed May 29, 2024
1 parent 5b7bde9 commit d0cce45
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-major-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: ./.github/actions/release-major-action
- uses: ad-m/github-push-action@master
with:
tags: true
github_token: ${{ secrets.SHINEWORKS_GITHUB_TOKEN }}
branch: ${{ github.ref }}
5 changes: 5 additions & 0 deletions .github/workflows/release-minor-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: ./.github/actions/release-minor-action
- uses: ad-m/github-push-action@master
with:
tags: true
github_token: ${{ secrets.SHINEWORKS_GITHUB_TOKEN }}
branch: ${{ github.ref }}
5 changes: 5 additions & 0 deletions .github/workflows/release-patch-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: ./.github/actions/release-patch-action
- uses: ad-m/github-push-action@master
with:
tags: true
github_token: ${{ secrets.SHINEWORKS_GITHUB_TOKEN }}
branch: ${{ github.ref }}

0 comments on commit d0cce45

Please sign in to comment.