Skip to content

Commit

Permalink
ci: update continuous tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 30, 2024
1 parent 20179a3 commit fd8f516
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ jobs:
path: |
staging/*.*
- name: Continuous tag
uses: rickstaa/action-create-tag@v1
if: github.event_name != 'pull_request'
with:
tag: "continuous"
tag_exists_error: false
message: "Continuous build"
force_push_tag: true

- name: Continuous
uses: softprops/action-gh-release@v2
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit fd8f516

Please sign in to comment.