Skip to content

Commit 65953d9

Browse files
committed
0.3.0
1 parent 1e834d6 commit 65953d9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
runs-on: ubuntu-latest
2828
timeout-minutes: 3
2929
steps:
30-
- uses: styfle/cancel-workflow-action@0.2.0
30+
- uses: styfle/cancel-workflow-action@0.3.0
3131
with:
3232
workflow_id: 479426
3333
access_token: ${{ secrets.GH_ACCESS_TOKEN }}
3434
```
3535
3636
_Note_: `workflow_id` accepts a comma separated list of IDs.
3737

38-
At the time of writing `0.2.0` is the latest release but you can select any [release](https://github.com/styfle/cancel-workflow-action/releases).
38+
At the time of writing `0.3.0` is the latest release but you can select any [release](https://github.com/styfle/cancel-workflow-action/releases).
3939

4040
## Contributing
4141

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cancel-workflow-action",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)