mirror of
https://github.com/actions/setup-java.git
synced 2026-07-06 20:45:57 +00:00
Compare commits
1 Commits
f403d8685c
...
be959d38c5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be959d38c5 |
@ -2,7 +2,7 @@ name: 'Publish Immutable Action Version'
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
types: [created]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
@ -17,4 +17,6 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Publish
|
||||
id: publish
|
||||
uses: actions/publish-immutable-action@0.0.3
|
||||
uses: actions/publish-immutable-action@0.0.1
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user