Skip to content

Commit

Permalink
Update publish-devices.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanForever authored Jan 29, 2022
1 parent dd9b206 commit 364d9be
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/publish-devices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ name: Publish Devices
on:
workflow_dispatch:
inputs:
release:
description: Name of the release
required: true
tag:
description: Name of the tag applied to the release
required: true
version:
description: Version name to be applied to the binaries (X.X.X format)
required: true
Expand All @@ -28,8 +22,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event.inputs.tag }}
release_name: ${{ github.event.inputs.release }}
tag_name: "devices.v${{ github.event.inputs.version }}"
release_name: "devices.v${{ github.event.inputs.version }}"
draft: true
prerelease: false
outputs:
Expand Down

0 comments on commit 364d9be

Please sign in to comment.