Skip to content

Commit

Permalink
Fetch git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed May 30, 2023
1 parent 952785d commit e1e80ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Fetch git tags
run: git fetch origin 'refs/tags/*:refs/tags/*'

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
Expand Down

1 comment on commit e1e80ab

@vercel
Copy link

@vercel vercel bot commented on e1e80ab May 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

proxy-agents – ./

proxy-agents.vercel.app
proxy-agents-tootallnate.vercel.app
proxy-agents-git-main-tootallnate.vercel.app

Please sign in to comment.