Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release #19

Closed
aulneau opened this issue Jul 16, 2020 · 2 comments
Closed

New release #19

aulneau opened this issue Jul 16, 2020 · 2 comments
Assignees
Milestone

Comments

@aulneau
Copy link
Contributor

aulneau commented Jul 16, 2020

Hi there!

I see the changes have been made for the comments bug, but there has not been a release yet. Would it be possible for you to release the new version?

Best
t

@amondnet
Copy link
Owner

I think it will be within 1~2 days.
If you want to use the latest version, try the following. amondnet/vercel-action@master

name: deploy website
on: [pull_request]
jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: amondnet/vercel-action@master
        with:
          vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
          github-token: ${{ secrets.GITHUB_TOKEN }} #Optional 
          vercel-args: '--prod' #Optional
          vercel-org-id: ${{ secrets.ORG_ID}}  #Required
          vercel-project-id: ${{ secrets.PROJECT_ID}} #Required 
          working-directory: ./sub-directory

@amondnet
Copy link
Owner

https://github.com/amondnet/vercel-action/releases/tag/v19.0.1%2B2

@amondnet amondnet self-assigned this Jul 24, 2020
@amondnet amondnet added this to the v19.0.1+2 milestone Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants