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 a9b802d commit fe3fc82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-patch-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
- uses: actions/checkout@v4
- shell: bash
run: |
sed -i 's/main/feature\/troubleshoot-workflow-permissions/g' .github/workflows/publish-workflow.yaml
ls -all
sed -i 's|main|feature/troubleshoot-workflow-permissions|g' .github/workflows/publish-workflow.yaml
cat .github/workflows/publish-workflow.yaml
- uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.SHINEOPENSOURCE_GITHUB_TOKEN }}
Expand Down

0 comments on commit fe3fc82

Please sign in to comment.