mirror of
https://github.com/actions/setup-java.git
synced 2025-06-28 20:14:14 +00:00
regex update
This commit is contained in:
parent
cb386ac736
commit
368c98ac79
4 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@ name: 'Publish Immutable Action Version'
|
|||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
types: [released]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
@ -17,4 +17,4 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Publish
|
||||
id: publish
|
||||
uses: actions/publish-immutable-action@0.0.3
|
||||
uses: actions/publish-immutable-action@0.0.4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue