Skip to content

Commit acd2f57

Browse files
committed
1.0.8
1 parent fea02f9 commit acd2f57

File tree

5 files changed

+5
-21
lines changed

5 files changed

+5
-21
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,15 +226,15 @@ jobs:
226226
steps:
227227
- if: ${{ inputs.pre || github.event.release.prerelease }}
228228
name: Increment Pre-Release Version
229-
uses: optum/[email protected].7
229+
uses: optum/[email protected].8
230230
with:
231231
action: inc
232232
prerelease: pre${{ github.run_number }}
233233
build: ${{ github.run_id }}
234234
235235
- id: version
236236
name: Get Version
237-
uses: optum/[email protected].7
237+
uses: optum/[email protected].8
238238
239239
- run: echo "The calculated ${{ steps.version.outputs.version }}"
240240
```

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.7
1+
1.0.8

deno.lock

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ branding:
66
inputs:
77
version:
88
description: Version
9-
default: 1.0.7
9+
default: 1.0.8
1010
token:
1111
description: GitHub Token
1212
required: false

src/info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* The current version, kept in sync with VERSION
33
* via the `inc` command. Output with the `--version` flag.
44
*/
5-
export const version = "1.0.7";
5+
export const version = "1.0.8";

0 commit comments

Comments
 (0)