vercel-action icon indicating copy to clipboard operation
vercel-action copied to clipboard

This action make a deployment with github actions instead of Vercel builder.

Results 109 vercel-action issues
Sort by recently updated
recently updated
newest added

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. Commits ebdf849 1.3.4 ac57872 move all allocUnsafes to allocs for easier maintenance c64c950 1.3.3 0598ba1 fix .. in encodingLength 010aedb 1.3.2 0d0d593 backport encodingLength...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...

dependencies

Sometimes new vercel cli versions break things. I'd like to be able to lock the version instead of always using the latest release.

Type: Feature
good first issue

I have a workflow set up to deploy to staging on `main` branch push and and to production on release. With no changes to the workflow or env vars, the...

Type: Bug

I think it would be better to push the contents of v20.0.1 to the v20 tag.

# Overview Hi there, I am using this action to deploy my project to Vercel and then retrieve the build logs afterwards such that I don't need to go into...

Type: Feature

[As per the Vercel CLI docs as of March 2022](https://vercel.com/docs/cli#project-configuration), it is no longer recommended to provide the `builds` field ourselves. Instead, the `functions` field should be used, but only...

We are intermittently getting the following error when we deploy using the Github action: ``` Error! SHA1 sum of the file (dbf530c4b45143fee366731ef310231595032f37) doesn't match the provided SHA1 sum (df2570531e9643f1745bc8b4903b711117c1eb71) Error!...

Type: Question