Skip to content

Commit

Permalink
Update release-patch-workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattd-mb authored Nov 15, 2024
1 parent e87dd74 commit d87648f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release-patch-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/login-action@v1
with:
registry: ghcr.io
username: shinesolutions
password: ${{ secrets.SHINEOPENSOURCE_GITHUB_TOKEN }}
- uses: ./.github/actions/release-patch-action
- uses: ad-m/github-push-action@master
with:
tags: true
github_token: ${{ secrets.SHINEOPENSOURCE_GITHUB_TOKEN }}
branch: ${{ github.ref }}

0 comments on commit d87648f

Please sign in to comment.