Skip to content

Commit

Permalink
fix: release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Feb 5, 2024
1 parent 9b08c5b commit 6e8fa3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,5 @@ on:
branches: [develop]

jobs:
releaseDev:
name: Release Develop
runs-on: ubuntu-latest
steps:
- name: Run Release Base
uses: WatWowMap/ReactMap/.github/workflows/release-base.yml@develop
release-develop:
uses: WatWowMap/ReactMap/.github/workflows/release-base.yml@develop
8 changes: 2 additions & 6 deletions .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,5 @@ on:
branches: [main]

jobs:
releaseDev:
name: Release Main
runs-on: ubuntu-latest
steps:
- name: Run Release Base
uses: WatWowMap/ReactMap/.github/workflows/release-base.yml@main
release-main:
uses: WatWowMap/ReactMap/.github/workflows/release-base.yml@main

0 comments on commit 6e8fa3c

Please sign in to comment.