Skip to content

Commit

Permalink
🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 25, 2024
1 parent 01b80c8 commit bfe78bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_img.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: build image

on:
push:
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -37,7 +38,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref }}
tag_name: rpi-modified-${{ github.run_id }}
release_name: Release ${{ github.ref }} (draft)
body: |
Test upload-to-github-release works with `actions/create-release`.
Expand All @@ -49,7 +50,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: steps.create-image.outputs.image-path
file: ${{ steps.create-image.outputs.image-path }}
release_id: ${{ steps.create_release.outputs.id }}
tags: true
draft: true
Expand Down

0 comments on commit bfe78bc

Please sign in to comment.