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 fd8f516 commit 0857f65
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ jobs:
with:
submodules: 'recursive'

- 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: Build
run: ./ci/tarball.build.sh
env:
Expand All @@ -41,15 +50,6 @@ 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 0857f65

Please sign in to comment.