Skip to content

Commit

Permalink
Debug release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
shBLOCK committed Sep 6, 2023
1 parent 6496adf commit 2b0cc84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Release
on:
push:
branches: [master]
tags: [v.*]
tags: ["v.*"]

env:
GH_TOKEN: ${{ github.token }}

jobs:
prepare:
Expand Down

0 comments on commit 2b0cc84

Please sign in to comment.