mirror of
https://github.com/darwincereska/homebrew-software.git
synced 2026-02-12 04:04:41 -05:00
fix
This commit is contained in:
7
.github/workflows/bump-ttymer.yml
vendored
7
.github/workflows/bump-ttymer.yml
vendored
@@ -17,16 +17,13 @@ jobs:
|
||||
id: fetch
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
result-encoding: json
|
||||
script: |
|
||||
const release = await github.rest.repos.getLatestRelease({
|
||||
owner: 'darwincereska',
|
||||
repo: 'ttymer'
|
||||
});
|
||||
return {
|
||||
version: release.data.tag_name,
|
||||
url: release.data.tarball_url
|
||||
};
|
||||
core.setOutput("version", release.data.tag_name);
|
||||
core.setOutput("url", release.data.tarball_url);
|
||||
|
||||
- name: Download tarball and compute SHA256
|
||||
id: compute
|
||||
|
||||
Reference in New Issue
Block a user