Skip to content

Commit

Permalink
testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kim841 committed Jul 11, 2024
1 parent ef0f710 commit 81f41d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: "release"
on:
push:
branches:
- "main"
- "feature/50-automatiser-release"

jobs:
pre-release:
Expand All @@ -15,6 +15,6 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
automatic_release_tag: "test"
prerelease: true
title: "Development Build"

0 comments on commit 81f41d4

Please sign in to comment.