Skip to content

Commit

Permalink
BUGFIX: Outputs are not available in composite actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpatton1971 committed Jan 18, 2024
1 parent e04ed65 commit 242656b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

---

## [[0.0.1.3]](https://github.com/mod-posh/GetProjectVersion/releases/tag/v0.0.1.3) - 2024-01-18

BUGFIX: Outputs are not available in composite actions

---

## [[0.0.1.2]](https://github.com/mod-posh/GetProjectVersion/releases/tag/v0.0.1.2) - 2024-01-18

BUGFIX: Outputs shoud be the same level as runs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ There are a few different ways you could use this action; here is an example of
```yaml
jobs:
GetVersion:
uses: mod-posh/[email protected].2
uses: mod-posh/[email protected].3
with:
Filename: '"MyModule.psd1"'
verbose: 'verbose'
Expand Down
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,3 @@ runs:
echo "::set-output name=Version::$Version"
shell: pwsh
id: GetProjectVersion
outputs:
version: ${{ steps.GetProjectVersion.outputs.Version }}

0 comments on commit 242656b

Please sign in to comment.