Skip to content

Commit

Permalink
ci: correct live release url in github actions deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed Apr 4, 2023
1 parent d60f911 commit 4a434e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
release:
environment:
name: ${{ needs.setup.outputs.DEPLOY_ENVIRONMENT }}
url: https://${{ needs.setup.outputs.DEPLOY_SUBDOMAIN }}opengraph.opensauced.pizza/docs
url: https://github.com/${{ github.repository }}/releases/tag/${{ steps.semantic-release.outputs.release-tag }}
outputs:
release-tag: ${{ steps.semantic-release.outputs.release-tag }}
name: Semantic release
Expand Down

0 comments on commit 4a434e6

Please sign in to comment.