Skip to content

Commit

Permalink
Fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-summers committed Feb 8, 2022
1 parent 5af71f9 commit 435d602
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: tagged-release
on:
workflow_dispatch:
push:
# tags:
# - "v*"
tags:
- "v*"

jobs:
tagged-release:
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
VERSION_TAG: ${GITHUB_REF##*/}
run: |
hub release create --draft -a "target/thumbv7em-none-eabihf/release/booster#booster-release" -a "booster-release.bin" -m "Release ${{env.VERSION_TAG}}" ${{env.VERSION_TAG}}
hub release create -a "target/thumbv7em-none-eabihf/release/booster#booster-release" -a "booster-release.bin" -m "Release ${{env.VERSION_TAG}}" ${{env.VERSION_TAG}}

0 comments on commit 435d602

Please sign in to comment.