We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81c9fe commit 7d73476Copy full SHA for 7d73476
2 files changed
.github/workflows/main.yml
@@ -22,19 +22,3 @@ jobs:
22
- uses: codecov/codecov-action@v3
23
with:
24
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
@@ -1,8 +1,8 @@
1
name: Push Ruby Gem
2
3
on:
4
- push:
5
- tags: ["*"]
+ release:
+ types: [published]
6
7
jobs:
8
push:
0 commit comments