Skip to content

Commit ddd2752

Browse files
committed
clean up
1 parent 9848e0f commit ddd2752

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

.github/workflows/build-and-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
build:
2323
runs-on: ubuntu-latest
2424
steps:
25-
# # resulting token still gets denied by the backup-utils repo
25+
# resulting token still gets denied by the backup-utils repo
26+
# see: https://github.com/actions/create-github-app-token/pull/46
2627
# - uses: timreimherr/create-github-app-token@main
2728
# id: app-token
2829
# with:
@@ -79,6 +80,7 @@ jobs:
7980
commit_hash: ${{ steps.empty-commit.outputs.commit_hash }}
8081
steps:
8182
# resulting token still gets denied by the backup-utils repo
83+
# see: https://github.com/actions/create-github-app-token/pull/46
8284
# - uses: timreimherr/create-github-app-token@main
8385
# id: app-token
8486
# with:
@@ -120,9 +122,7 @@ jobs:
120122
artifacts: |
121123
github-backup-utils-v${{ github.event.inputs.version }}.tar.gz, \
122124
github-backup-utils_${{ github.event.inputs.version }}_all.deb
123-
# this action will create a tag with this name on the provided commit
124125
tag: v${{ github.event.inputs.version }}
125-
# this can be a commit hash or branch name
126126
commit: ${{ steps.empty-commit.outputs.commit_hash }}
127127
bodyFile: release-notes/${{ github.event.inputs.version }}.md
128128
draft: ${{ github.event.inputs.draft }}

script/create-empty-commit

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)