Skip to content

Commit

Permalink
tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jbropho committed Feb 28, 2024
1 parent 02e20ca commit d3435e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- 'publish-snapshot*'
- '*publish-snapshot*'

jobs:
run_checks:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
with:
fetch-tags: true
# fetch-tags: true
fetch-depth: 100
- name: build
run: |
Expand Down

0 comments on commit d3435e8

Please sign in to comment.