Skip to content

Commit

Permalink
fix: add release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
autero1 committed Feb 23, 2024
1 parent 393ac34 commit 3a76193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
git config user.email github-actions@github.com
git add ./lib/index.js
git commit -m "chore(release): Add build assets" || echo "No changes to commit"
git push origin main
git push --force origin main
- uses: google-github-actions/release-please-action@v4
id: release
with:
Expand Down
2 changes: 1 addition & 1 deletion src/get-inputs-and-outputs.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as core from '@actions/core';
import fs from 'fs';
import * as path from 'path';
import { Inputs, Outputs } from './interfaces';
import {Inputs, Outputs} from './interfaces';

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

0 comments on commit 3a76193

Please sign in to comment.