sparse-intern-71089
09/18/2023, 6:02 PMpowerful-postman-67412
09/18/2023, 6:22 PMterraform-plugin-sdk
to match what is used by the AWS pulumi providerpowerful-postman-67412
09/18/2023, 7:49 PMstocky-restaurant-98004
09/18/2023, 8:26 PMterraform-plugin-sdk
to match what's in the version of pulumi-terraform-bridge
(but using pulumi-aws
as a reference is also a good move).powerful-postman-67412
09/21/2023, 2:15 PMmake tfgen
in the Github Action. I can't figure out what I'm doing incorrectly since it works locally https://github.com/MaterializeInc/pulumi-materialize/actions/runs/6262865266/job/17006011651stocky-restaurant-98004
09/25/2023, 3:07 PMpowerful-postman-67412
09/25/2023, 3:31 PMpowerful-postman-67412
09/29/2023, 12:46 PMstocky-restaurant-98004
09/29/2023, 7:20 PMhappy-parrot-60128
10/02/2023, 9:26 AMhappy-parrot-60128
10/02/2023, 9:26 AMpowerful-postman-67412
10/02/2023, 11:40 AMpowerful-postman-67412
10/02/2023, 1:10 PMgit fetch --prune --unshallow --tags
in the deploy SDK Github Action.
From <https://github.com/MaterializeInc/pulumi-materialize>
* [new branch] main -> origin/main
! [rejected] v0.0.1 -> v0.0.1 (would clobber existing tag)
I was getting a similar issue with the release.yml
action changing it to just git fetch --prune --unshallow
. Not sure best way around this. I'm pushing the tag just
git tag -a vX.Y.Z -m vX.Y.Z
git push origin vX.Y.Z
happy-parrot-60128
10/02/2023, 3:49 PMv0.0.1
tag, did you sign it or add any annotations? GitHub’s built in checkout command fakes the tag - but doesn’t include any metadata, leading to these clobber issueshappy-parrot-60128
10/02/2023, 3:49 PMhappy-parrot-60128
10/02/2023, 3:51 PMfetch-depth
to 0 - then you can remove the git fetch --prune --unshallow --tags
commandpowerful-postman-67412
10/03/2023, 11:18 AMpulumi/pulumi-package-publisher
but successfully got my workflow to publish. Thanks again for the helpstocky-restaurant-98004
10/03/2023, 2:02 PM