Skip to content

Commit

Permalink
ci: try tags for source tarball generation
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Aug 19, 2023
1 parent b50e978 commit 1fc685b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tarball.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Generate Source Tarball
on:
release:
types:
- created
VERSION: ${{github.event.release.tag_name}}
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1fc685b

Please sign in to comment.