Skip to content

Commit

Permalink
Add TO-DO steps to release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ismael González <[email protected]>
  • Loading branch information
ismaelgv committed Nov 5, 2021
1 parent 4d4ad7b commit 16a23a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
rm -r "${tempdir}"
- name: Store artifacts
run: echo TODO

publish-release:
name: Build a release artifacts
Expand All @@ -88,8 +89,10 @@ jobs:
echo ::set-output name=version::${GITHUB_REF/refs\/tags\//}
- name: Fetch artifacts
run: echo TODO

- name: Publish new release
run: echo TODO
# uses: softprops/action-gh-release@v1
# with:
# name: ${{ steps.version.outputs.version }}
Expand Down

0 comments on commit 16a23a9

Please sign in to comment.