Skip to content

Commit

Permalink
chore: Update artifact URL in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmesh-hemaram committed May 12, 2024
1 parent a674ced commit 53ee7ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ jobs:
- uses: softprops/action-gh-release@v2
id: release
with:
token: ${{ secrets.REPO_PAT }} # Use the PAT here
prerelease: ${{ vars.NX_VARIANT == 'BETA' || vars.NX_VARIANT == 'DEV'}}
repository: Dhruv-Techapps/acf-docs
generate_release_notes: true
Expand Down

0 comments on commit 53ee7ec

Please sign in to comment.