Skip to content

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Dec 14, 2023
1 parent 566fe9e commit bcb8b1f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-deb.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Debian Release
on:
workflow_run:
workflows: ['Release']
types:
- completed
on: ['push']
# workflow_run:
# workflows: ['Release']
# types:
# - completed

jobs:
debian:
Expand Down Expand Up @@ -96,4 +96,4 @@ jobs:
with:
files: ${{ steps.deb.outputs.file }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: v${{ steps.deb.outputs.version }}
release-tag: v${{ steps.deb.outputs.version }}-testActions
12 changes: 6 additions & 6 deletions .github/workflows/release-exe.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Windows Release
on:
workflow_run:
workflows: ['Release']
types:
- completed
on: ['push']
# workflow_run:
# workflows: ['Release']
# types:
# - completed

jobs:
debian:
Expand Down Expand Up @@ -85,4 +85,4 @@ jobs:
with:
files: ${{ steps.exe.outputs.file }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: v${{ steps.exe.outputs.version }}
release-tag: v${{ steps.exe.outputs.version }}-testActions
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- feature-github-actions

jobs:
create:
Expand Down Expand Up @@ -33,7 +34,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: FreeFEM v${{ steps.version.outputs.number }}
tag_name: v${{ steps.version.outputs.number }}
tag_name: v${{ steps.version.outputs.number }}-testActions
body: ${{ steps.changelog.outputs.release_notes }}
draft: false
prerelease: false
prerelease: true

0 comments on commit bcb8b1f

Please sign in to comment.