Releases: thomasheyenbrock/vercel-deployment-url
Releases · thomasheyenbrock/vercel-deployment-url
v3.0.1
v3.0.0
Instead of passing the GitHub and Vercel tokens via input, you now need to pass them as envs:
- with:
- github-token: ${{ secrets.GITHUB_TOKEN }}
- vercel-token: ${{ secrets.VERCEL_TOKEN }}
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
+ with:
project-id: abc123
v2.0.1
Update dependencies
v2.0.0
Extend the search for deployments to parent commits if the current commit is a merge commit.
v1.0.4
Commit build after dependency upgrades
v1.0.3
Upgrade dependencies
v1.0.2
Rebuild the dist file after the previous fix
v1.0.1
Fixes the action if a teamId
is given.
v1.0.0
Initial release