Skip to content

Commit

Permalink
fix: force push tag first
Browse files Browse the repository at this point in the history
  • Loading branch information
dkershner6 committed Dec 30, 2023
1 parent f7f6d2e commit e0cd121
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ if (releaseWorkflow) {
steps: [
{
uses: "actions/checkout@v3",
with: {
"fetch-depth": 0,
},
},
{
uses: "rickstaa/action-create-tag@v1",
with: {
force_push_tag: true,
tag: `v${MAJOR_VERSION}`,
},
},
{
uses: "ncipollo/release-action@v1",
Expand Down

0 comments on commit e0cd121

Please sign in to comment.