Skip to content

Commit

Permalink
updates changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
CSchoel committed May 25, 2021
1 parent 7e6fb6d commit 98f9bd6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: CSchoel/[email protected].7
- uses: CSchoel/[email protected].8
- uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: CSchoel/[email protected].7
- uses: CSchoel/[email protected].8
with:
version: 0.1.0
endPattern: 'and \`RELEASE_HEAD.md\`'
Expand All @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: CSchoel/[email protected].7
- uses: CSchoel/[email protected].8
with:
version: 0.1.5
startPattern: '^### Fixed'
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

[nothing]

## [0.1.8]

### Fixed

* turns out that inputs are not actually saved as `$INPUT_VARNAME` for composite actions => use `${{ input.varname }}` instead

## [0.1.7]

### Fixed
Expand Down

0 comments on commit 98f9bd6

Please sign in to comment.