Skip to content

Commit

Permalink
chore: ignore github release publish errors due to limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs committed Jan 20, 2025
1 parent d2daae0 commit 4eef35a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
- name: Create GitHub releases
id: create_release
continue-on-error: true
env:
HUSKY: 0
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -96,6 +97,8 @@ jobs:
git checkout -- .nxignore
- name: Create pull request into develop
if: always()
continue-on-error: true
uses: repo-sync/pull-request@v2
with:
source_branch: 'main'
Expand All @@ -106,6 +109,7 @@ jobs:

- name: Send message to Slack channel
id: slack
if: always()
continue-on-error: true
uses: slackapi/slack-github-action@v1.27.0
env:
Expand Down

0 comments on commit 4eef35a

Please sign in to comment.