Skip to content

Commit 3a76193

Browse files
committed
fix: add release assets
1 parent 393ac34 commit 3a76193

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
git config user.email [email protected]
3535
git add ./lib/index.js
3636
git commit -m "chore(release): Add build assets" || echo "No changes to commit"
37-
git push origin main
37+
git push --force origin main
3838
- uses: google-github-actions/release-please-action@v4
3939
id: release
4040
with:

src/get-inputs-and-outputs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as core from '@actions/core';
22
import fs from 'fs';
33
import * as path from 'path';
4-
import { Inputs, Outputs } from './interfaces';
4+
import {Inputs, Outputs} from './interfaces';
55

66
function showInputs(inps: Inputs): void {
77
core.info(`[INFO] TerragruntVersion: ${inps.TerragruntVersion}`);

0 commit comments

Comments
 (0)