Skip to content

Commit

Permalink
comment at the end in yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
goerwin committed Apr 21, 2021
1 parent f049185 commit d706cd5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# NOTE: maybe useful for multiple os releases
# https://github.com/actions/create-release/issues/14#issuecomment-555379810

name: release

on:
Expand Down Expand Up @@ -61,3 +58,5 @@ jobs:
tag_name: v${{ steps.readPackageVersion.outputs.version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NOTE: maybe useful for multiple os releases
# https://github.com/actions/create-release/issues/14#issuecomment-555379810

0 comments on commit d706cd5

Please sign in to comment.