Skip to content

Commit

Permalink
updated publish.yaml to do RC release (#639)
Browse files Browse the repository at this point in the history
* andding condition for RC release

* updated publish.yml
  • Loading branch information
sudhirverma authored Jul 18, 2024
1 parent 2d2672a commit bda0c42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
npm run build
- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/main'
uses: JamesIves/[email protected]
with:
branch: gh-pages
Expand All @@ -54,4 +55,4 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
prerelease: false

0 comments on commit bda0c42

Please sign in to comment.