mirror of
https://github.com/actions/setup-java.git
synced 2026-07-06 20:45:57 +00:00
Compare commits
No commits in common. "292cc14be88d32cccdd768342b8aa1296a4d8d46" and "b36c23c0d998641eff861008f374ee103c25ac73" have entirely different histories.
292cc14be8
...
b36c23c0d9
@ -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