Skip to content

Commit fccbe55

Browse files
author
Alex Patterson
committed
remove github tagging
1 parent 57b1479 commit fccbe55

3 files changed

Lines changed: 0 additions & 57 deletions

File tree

.github/workflows/dev-frontend-main-deploy.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,6 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
tag:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/checkout@master
14-
- name: Bump version and push tag
15-
id: tag_version
16-
uses: mathieudutour/github-tag-action@v5.1
17-
with:
18-
github_token: ${{ secrets.GITHUB_TOKEN }}
19-
tag_prefix: main
20-
release_branches: main
21-
- name: Create a GitHub release
22-
uses: actions/create-release@v1
23-
env:
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25-
with:
26-
tag_name: ${{ steps.tag_version.outputs.new_tag }}
27-
release_name: Release ${{ steps.tag_version.outputs.new_tag }}
28-
body: ${{ steps.tag_version.outputs.changelog }}
2910
deploy:
3011
needs: tag
3112
environment: dev

.github/workflows/main-frontend-main-deploy.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,6 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
tag:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/checkout@master
14-
- name: Bump version and push tag
15-
id: tag_version
16-
uses: mathieudutour/github-tag-action@v5.1
17-
with:
18-
github_token: ${{ secrets.GITHUB_TOKEN }}
19-
tag_prefix: main
20-
release_branches: main
21-
- name: Create a GitHub release
22-
uses: actions/create-release@v1
23-
env:
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25-
with:
26-
tag_name: ${{ steps.tag_version.outputs.new_tag }}
27-
release_name: Release ${{ steps.tag_version.outputs.new_tag }}
28-
body: ${{ steps.tag_version.outputs.changelog }}
2910
deploy:
3011
needs: tag
3112
environment: main

.github/workflows/stage-frontend-main-deploy.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,6 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
tag:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/checkout@master
14-
- name: Bump version and push tag
15-
id: tag_version
16-
uses: mathieudutour/github-tag-action@v5.1
17-
with:
18-
github_token: ${{ secrets.GITHUB_TOKEN }}
19-
tag_prefix: main
20-
release_branches: main
21-
- name: Create a GitHub release
22-
uses: actions/create-release@v1
23-
env:
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25-
with:
26-
tag_name: ${{ steps.tag_version.outputs.new_tag }}
27-
release_name: Release ${{ steps.tag_version.outputs.new_tag }}
28-
body: ${{ steps.tag_version.outputs.changelog }}
2910
deploy:
3011
needs: tag
3112
environment: stage

0 commit comments

Comments
 (0)