Skip to content

Commit

Permalink
Revert "Fix: Slide out of try-block"
Browse files Browse the repository at this point in the history
This reverts commit c630749.
  • Loading branch information
localheinz committed Mar 20, 2022
1 parent c630749 commit 4a5262d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,13 @@ jobs:
repo: context.repo.repo,
tag_name: process.env.RELEASE_TAG,
});
core.exportVariable('RELEASE_ID', response.data.id);
core.exportVariable('RELEASE_UPLOAD_URL', response.data.upload_url);
} catch (error) {
core.setFailed(error.message);
return;
}
core.exportVariable('RELEASE_ID', response.data.id);
core.exportVariable('RELEASE_UPLOAD_URL', response.data.upload_url);
- name: "Create release asset directory"
run: "mkdir -p .build/phar/"

Expand Down

0 comments on commit 4a5262d

Please sign in to comment.