Skip to content

Commit 7d73476

Browse files
authored
remove tagging job (#3)
1 parent d81c9fe commit 7d73476

2 files changed

Lines changed: 2 additions & 18 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,3 @@ jobs:
2222
- uses: codecov/codecov-action@v3
2323
with:
2424
token: ${{ secrets.CODECOV_TOKEN }}
25-
26-
tag:
27-
needs: test
28-
if: github.ref == 'refs/heads/main'
29-
30-
runs-on: ubuntu-latest
31-
permissions:
32-
contents: read
33-
packages: write
34-
35-
steps:
36-
- uses: actions/checkout@v3
37-
with:
38-
fetch-depth: 2
39-
40-
- uses: salsify/action-detect-and-tag-new-version@v2

.github/workflows/push_gem.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Push Ruby Gem
22

33
on:
4-
push:
5-
tags: ["*"]
4+
release:
5+
types: [published]
66

77
jobs:
88
push:

0 commit comments

Comments
 (0)