Skip to content

Commit

Permalink
Debug release
Browse files Browse the repository at this point in the history
  • Loading branch information
clamoriniere committed Aug 30, 2021
1 parent ed5b3a9 commit edccf42
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ on:
branches:
- 'v*.*'
tags:
- 'v*.*.*'
- 'v*.*.**'
jobs:
check-ref:
runs-on: ubuntu-latest
steps:
- name: View context attributes
uses: actions/github-script@v4
with:
script: console.log(context)
build:
runs-on: ubuntu-latest
if: startsWith(github.ref, '/refs/tags/v')
Expand Down

0 comments on commit edccf42

Please sign in to comment.