Skip to content

Commit

Permalink
fix: test 7
Browse files Browse the repository at this point in the history
  • Loading branch information
popovevgen committed Dec 25, 2023
1 parent 8acfae7 commit 697efcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- name: 'Pull Vercel project settings'
run: vercel pull --environment=production --yes --token=${{ secrets.VERCEL_TOKEN }} --scope=${{ env.VERCEL_SCOPE }}

- name: 'Build project assets'
- name: 'Build project artifacts'
run: |
vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
zip build.zip .vercel -r
vercel build --prod --token=${{ secrets.VERCEL_TOKEN }} --scope=${{ env.VERCEL_SCOPE }}
cd .vercel/output && zip ../../build.zip . -r
- name: 'Generate semantic-release config'
run: |
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function Home() {
</a>
</div>
</div>
New version v1.49.0 (PR)
New version v1.49.0 (new new)
<div className={styles.center}>
<Image
className={styles.logo}
Expand Down

0 comments on commit 697efcd

Please sign in to comment.