Skip to content

Commit

Permalink
Add instance build job
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Dec 9, 2024
1 parent 455a563 commit 7888f52
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,12 @@ jobs:
- run: yarn
- run: yarn release --ci --verbose
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
preview-build:
runs-on: ubuntu-latest
needs: "release"
steps:
- name: Call Instance Build
uses: nasa-impact/veda-config/.github/preview-build/preview-build.yml@1242-preview-build-action
with:
ui-version: "${{ env.VERSION_NUMBER }}"
4 changes: 3 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"hooks": {},
"hooks": {
"after:release": "echo \"VERSION_NUMBER=v${version}\" >> \"$GITHUB_ENV\" "
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": {
Expand Down

0 comments on commit 7888f52

Please sign in to comment.