mirror of
https://github.com/actions/setup-java.git
synced 2024-11-12 04:48:03 +00:00
Compare commits
3 Commits
95309fe9e6
...
696ecdae92
Author | SHA1 | Date | |
---|---|---|---|
|
696ecdae92 | ||
|
b36c23c0d9 | ||
|
68b1d5a3da |
@ -2,7 +2,7 @@ name: 'Publish Immutable Action Version'
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [created]
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
@ -17,6 +17,4 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Publish
|
||||
id: publish
|
||||
uses: actions/publish-immutable-action@0.0.1
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
uses: actions/publish-immutable-action@0.0.3
|
||||
|
8592
dist/setup/index.js
vendored
8592
dist/setup/index.js
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user