Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dyzhuu committed Sep 25, 2024
1 parent e178c47 commit a561fef
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
name: "tagged-release"

on:
push:
tags:
Expand All @@ -12,13 +10,12 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- name: "Build & test"
run:

- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false

deploy:
name: Deploy Production
name: "Deploy Production"
needs: [tagged-release]
uses: ./.github/workflows/deploy-prod.yml

0 comments on commit a561fef

Please sign in to comment.