Skip to content

Releases: thomasheyenbrock/vercel-deployment-url

v3.0.1

30 Aug 08:51
8feec48
Compare
Choose a tag to compare

Upgrade dependencies

v3.0.0

08 Aug 09:54
0796e49
Compare
Choose a tag to compare

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

05 Jul 09:19
783b809
Compare
Choose a tag to compare

Update dependencies

v2.0.0

23 Feb 22:13
686f465
Compare
Choose a tag to compare

Extend the search for deployments to parent commits if the current commit is a merge commit.

v1.0.4

02 Oct 13:08
a129a49
Compare
Choose a tag to compare

Commit build after dependency upgrades

v1.0.3

02 Oct 13:04
8ac1af7
Compare
Choose a tag to compare

Upgrade dependencies

v1.0.2

03 Jun 22:17
ebf1fa1
Compare
Choose a tag to compare

Rebuild the dist file after the previous fix

v1.0.1

03 Jun 19:40
76c3648
Compare
Choose a tag to compare

Fixes the action if a teamId is given.

v1.0.0

02 Jun 22:22
120df91
Compare
Choose a tag to compare

Initial release